On Mon, 2010-07-26 at 12:53 +0200, Thorsten Schöning wrote:
> Normally encode will only function properly if you already have
> a valid UTF-8 encoded string in Perl's internal format, means with set
> UTF-8-flag. Else it will produce garbage because Perl doesn't know

If I understand correctly, you are suggesting that the decode() call is
needed, and that we need to discover from the environment the character
set in which the log comment was provided. Is that correct ?

(meaning, we need to use 'chcp' in Windows, and LANG and LANGUAGE in
Linux, and use the decode() call with the character set they report)

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to