Kenneth Porter <shiva <at> sewingwitch.com> writes: > > --On Friday, September 01, 2006 9:46 AM +0000 Constantine Dokolas > <cdokolas <at> gmail.com> 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.
That's weird... I couldn't find anywhere the definitions for __time32_t in VC6 (MSDN says 2005 has them), and there were problems with the "#include <boost/...>" lines (there aren't any "boost" subdirs!). Now, I'm using the IDE to build each project and not nmake (tried that first but it gave an error on the first line, something about too many names before the =). I'm not comfortable with conventional build methods. Is this the wrong way to build the projects? Has anyone tried VC6? > > 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. I'd like to have a go at that. Currently, I'm having trouble finding any way to get an IANA encoding from a locale name (e.g. get "windows-1253" from "Greek_Greece.1253"). Any help is appreciated! :) Doc _______________________________________________ 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