In my project (VB6.0), there is a label control which is displaying UNICODE string from database. everything is working fine in my machine (windows 8). when i install this to another machine (Windows 7), everything is working but UNICODE is not displaying. what should i do??? plz help.
Asked
Active
Viewed 154 times
0
-
What characters are in the string? How is the string being displayed? What font is used? Does anything show for the 'not displayed' characters? (And dear goodness.. VB6?!?) – user2864740 Jul 01 '15 at 02:57
-
it is bengali unicode string. there is displaying ?????? instead of bengali string. – biltu Jul 01 '15 at 03:21
-
Probably related to the font used. A "?" or "[]" (box) are often displayed the font cannot render the given glyph. – user2864740 Jul 01 '15 at 03:22
-
Check the setting for the "language for non-unicode programs" on the other machine. It might need to be Bengali as well. – MarkJ Jul 01 '15 at 12:33
-
1Related questions: http://stackoverflow.com/questions/10633924/vb6-text-appears-as-gibberish-in-one-exe-but-hebrew-in-another and http://stackoverflow.com/questions/540361/whats-the-best-option-to-display-unicode-text-hebrew-etc-in-vb6 – MarkJ Jul 01 '15 at 12:33