|
-
Dec 22nd, 2018, 08:37 PM
#11
Re: [vb6] Project Scanner
 Originally Posted by Elroy
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|