|
-
Dec 21st, 2018, 03:02 PM
#1
Re: [vb6] Project Scanner
 Originally Posted by Eduardo-
VB6 handling UTF-8 seems strange to me.
When VB6 was made UTF-8 didn't exist yet (OK, it existed, but wasn't much used).
Unless a VB6 service pack patched it to support UTF-8, I don't think it could be supported.
I always think/thought of UTF-16 (and its UCS-2 subset where the characters are always two-bytes) as the way Microsoft did things, and that UTF-8 was the way the rest of the world did things. In fact, it's my understanding that escaped URLs are basically escaped UTF-8. And yeah, they were both around prior to VB6. 
Therefore, since Microsoft has always been on the UTF-16 side of the fence, yeah, the VB6 IDE handling UTF-8 makes no sense to me.
Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.
-
Dec 21st, 2018, 03:08 PM
#2
Re: [vb6] Project Scanner
WOW, I can't get that Set Me.Picture = LoadResPicture("цветок", vbResBitmap) into my IDE. Here's what I get when trying to copy-paste:

LaVolpe, if you did, I'd sure like to know how.
EDIT1: I also tried several ways to make sure that the clipboard did, in fact, contain UTF-8, but I always got the same results when trying to paste into the VB6 IDE.
Last edited by Elroy; Dec 21st, 2018 at 03:13 PM.
Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.
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
|