Re: [TSVN] Problem with source encoding in TortoiseSVN 1.2
From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-06-16 12:00:07 CEST
2005/6/14, SteveKing <steveking@gmx.ch>:
> >>TortoiseSVN 1.2 presumes a different encoding than what I expect about
I have just looked at your fix, and it might not be complete.
setlocale(LC_CTYPE, "");
Using setlocale(LC_ALL, "") can have unexpected side effects, like
setlocale(LC_CTYPE) affects the string functions
So these three should match.
Norbert
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.