[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN Win32 Developers -- need some help

From: eg <egoots_at_gmail.com>
Date: 2007-06-04 20:29:20 CEST

Stefan Küng wrote:
>
> If you read those you will see that it's not really a windows problem
> but a problem with code pages. Of course it's not possible to convert
> all utf8 sequences into one codepage. And windows has its own local
> codepages (because they're not really standardized (is that a word?)).
> And since each OS has its own local (custom) codepages, you can get into
> troubles. But: as it also says there: both MultiByteToWideChar() and
> WideCharToMultiByte() work just fine, and that's all we use.
>

Did a search of the MS Knowledgebase and only came across the following
reported problem with respect to Japanese Shift-JIS. See the following link:

http://support.microsoft.com/kb/170559/en-us

Is this an issue for this approach?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 4 20:29:52 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.