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

I just found a comment, that windows UNICODE is UCS-2. What do you think
about the following specific code for Windows to convert from the decoded
ANSI input to UTF-8:

  // Convert file ANSI to Windows UNICODE (AKA UCS-2)
 MultiByteToWideChar(CP_ACP,0,....);

   // now convert from Windows UNICODE (AKA UCS-2) to UTF-8

  WideCharToMultiByte(CP_UTF8,0,....);


on linux we could use iconv, or whatever.

Where are you proposing to put this? In the Perl code?

I don't think there's an issue in the C++, now that we output "raw" bytes from the physical files, except maybe that we need to output in binary mode to keep any library encoding logic from messing with it.

I'm suspicious of the LOADVSS issue that werner reports because it suggests that his VSS is corrupt or in a non-1252 encoding. I don't think we're ready to propose a solution yet as we haven't yet characterized the problem.
_______________________________________________
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