--On Thursday, August 17, 2006 1:29 AM +0200 Dirk <[EMAIL PROTECTED]> wrote:

I have cyrillic text in the codepage 855. If I set the codepage to 855
before calling this function, my text will be converted into utf8. I have
loaded the resulting XML file in a UTF8 aware editor and the results
looked good.

Does Cyrillic, or any other codepage, use the low 32 code points (ie. control characters) for language characters? As far as I can see, the error in the LOADVSSNAMES thread was due to that, not due to an incorrect choice of codepage.

It might work equally well to declare the output XML to be Windows-855, pass the VSS strings through unconverted, and let Perl do the conversion to Unicode within its XML parser.
_______________________________________________
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