Quote Originally Posted by Elroy View Post
But, regarding VB6, I'd think we'd be fairly safe if we just read these ANSI-Code-Page source code files and just immediately converted them to UCS-2 Unicode before doing anything.
How do you know what LCID to use since the original creators Administrator Locale for non-Unicode apps is NOT stored in the Vbp file.
In dreammanor example, how would you know that you need to use LCID 2052 to convert VersionComments="ºÜ°ôµÄÏîĿɨÃèÆ÷" to VersionComments = "很棒的项目扫描器"?

And...if you do convert to Unicode then you would have to use Unicode controls for ProjectScanner.