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

[TSVN] [Patch] SubWCRev can handle national language pathnames

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-04-17 00:01:33 CEST

SubWCRev: Improved handling of national language characters in path names:
* Convert wc path to UTF-8 for svn_status()
* Convert wc path to OEM for console output
* Make SubWCRev capable of building as a Unicode app

SubWCRev was unable to deal with national language characters in its
first paramater (working copy path). This was because it just took the
path from argv[] (which was ANSI format) and passed it to svn_status()
without any conversion.

Subwcrev can now builds as a Unicode application, but since that does
not make much of a difference (next to no text handling) I did not
switch the build option. I leave it up to you if you want all the apps
build as unicode apps.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Apr 17 00:02:06 2005

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.