2007-05-03, 12:21 AM
My ZRename program reads the database and retrieves a 'subtitle' Episode name with an accent grave ( é ) into memory
It saves the character to a text file. The text file is using UTF-8
But when I manipulate the string in the program, like fill text boxes, or popup message boxes, I get the wrong characters. Internally String compares don't work, but if I try to catch it by logging the string compares to a text file, it looks right, because the characters are being reencoded into UTF-8
I realize that VB6 is considered antique now, but from what I read none of the MS languages are UNICODE aware.
Does anyone have suggestions?
It saves the character to a text file. The text file is using UTF-8
But when I manipulate the string in the program, like fill text boxes, or popup message boxes, I get the wrong characters. Internally String compares don't work, but if I try to catch it by logging the string compares to a text file, it looks right, because the characters are being reencoded into UTF-8
I realize that VB6 is considered antique now, but from what I read none of the MS languages are UNICODE aware.
Does anyone have suggestions?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]