--On Friday, September 01, 2006 9:46 AM +0000 Constantine Dokolas <[EMAIL PROTECTED]> wrote:

Too bad the ssphys source code is "Visual C++ 2005"-only. I'll try to
find  a way to get that and do some experimenting. Don't hold your breath
though.

Not so. I build it with gcc on Linux.

Meanwhile... I tried ssphys 0.21.1 by itself against the previous version
and realized the XML files it produced had encoding="UTF-8" (instead of
"windows-1252"), and decided to try the whole vss2svn routine from the
start. The result is no greek characters at all (in the dumpfile). The
file mentioned previously comes out as _.txt (all greek characters were
eliminated and only the underscore survived).

That's expected. The earlier version stripped all non-ASCII. I changed it to leave the non-ASCII in and report it as Windows-1252, but as you've found it needs to be hand-patched for each user's codepage. VSS itself doesn't record the codepage in the archive, so you somehow have to pass it in to the converter. For now it's just hard-coded.
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to