darcs

Issue 2101 Screwed output of Cyrillic text while pushing

Title Screwed output of Cyrillic text while pushing
Priority bug Status resolved
Milestone 2.5.2 Resolved in
Superseder Nosy List letian
Assigned To
Topics

Created on 2011-10-04.07:18:50 by letian, last changed 2011-10-04.08:31:35 by letian.

Files
File name Uploaded Type Edit Remove
2011-10-04--1317711780_799x665_scrot.png letian, 2011-10-04.07:18:49 image/png
Messages
msg14737 (view) Author: letian Date: 2011-10-04.07:18:49
While pushing changes, any cyrillic text is not displayed properly. 
(Please, see the attached file)
Attachments
msg14738 (view) Author: letian Date: 2011-10-04.07:23:06
Machine has locales all set up and running, xterm work with russian just 
fine.
msg14739 (view) Author: kerneis Date: 2011-10-04.08:13:26
On Tue, Oct 04, 2011 at 07:23:06AM +0000, Letian wrote:
> Machine has locales all set up and running, xterm work with russian just
> fine.

Add this in your ~/.bashrc:
export DARCS_DONT_ESCAPE=1
# replace this with the list of « safe » characters in your languages that you
# want to see printed litterally
export DARCS_DONT_ESCAPE_EXTRA="éêèiîïàÀÉÊçÇù«»ôâ"

I believe this is for security reasons but don't know the details.

Best,
-- 
Gabriel
msg14741 (view) Author: letian Date: 2011-10-04.08:31:29
To see russian font in pulling and pushing changelog, russian users must add to 
.bashrc:
#darcs cyrillic fix
export DARCS_DONT_ESCAPE=1
# replace this with the list of « safe » characters in your languages that you
# want to see printed litterally
export 
DARCS_DONT_ESCAPE_EXTRA="аАбБвВгГдДеЕжЖзЗйЙиИкКлЛмМнНоОпПрРсСтТуУфФхХцЦчЧэЭюЮяЯьЬъЪыЫ"
History
Date User Action Args
2011-10-04 07:18:50letiancreate
2011-10-04 07:20:20letiansetmilestone: 2.5.2
2011-10-04 07:23:06letiansetmessages: + msg14738
2011-10-04 08:13:27kerneissetmessages: + msg14739
2011-10-04 08:30:41letiansetstatus: unknown -> resolved
messages: + msg14740
2011-10-04 08:31:17letiansetstatus: resolved -> unknown
messages: - msg14740
2011-10-04 08:31:29letiansetmessages: + msg14741
2011-10-04 08:31:35letiansetstatus: unknown -> resolved