|
-
Nov 24th, 2008, 02:30 PM
#1
Thread Starter
Fanatic Member
display unicode char in textbox
Hey all,
I wanted to create a program that would mix regular text and unicode charters in a "output" textbox
the problem i run into is that when i display charters in unicode they just show up as blocks?
is this a limitation of the textbox or is it a font issue?
if its a font issue is there a font that supports unicode charters ( and are unicode charters universal across fonts? ie is an upside down ? the same unicode in one font as another?
thanks
Crash
-
Nov 24th, 2008, 02:35 PM
#2
Re: display unicode char in textbox
i don't see anything wrong with the code you posted.
-
Nov 24th, 2008, 02:39 PM
#3
Re: display unicode char in textbox
It could be a font issue, what font are you using? Of course, I dont know if there are fonts that supports all unicode letters, seeing as they're extremely many. And yes, an upside down questionmark would be the same unicode value on every font that supports it, if not, the font is faulty.
-
Nov 24th, 2008, 03:02 PM
#4
Thread Starter
Fanatic Member
Re: display unicode char in textbox
 Originally Posted by dbasnett
i don't see anything wrong with the code you posted.
thanks for looking at it anyway
basically i'm trying to flip the text upside down
z ʎ x ʍ ʌ n ʇ s ɹ b d o u ɯ l ʞ ɾ ı ɥ ƃ ɟ ǝ p ɔ q ɐ
like so
to do so i have a sub that steps through each char of the input textbox.text
then a sub that gets feed one char at a time and returns the upside down charter
the problem is that when i set the upsidedown string to the textbox.text i get alot of blank squares
I will post the resolution here if i figure it out ( which font i need)
-
Nov 24th, 2008, 03:48 PM
#5
Re: display unicode char in textbox
I've tried using the VS default font MS Sans Serif and it worked alright.
-
Nov 24th, 2008, 03:56 PM
#6
Re: display unicode char in textbox
it could be an encoding problem. characters that can't be decoded get turned into ?
but without code it is just guesswork.
-
Nov 24th, 2008, 04:42 PM
#7
Thread Starter
Fanatic Member
Re: display unicode char in textbox
Got it
I set the font to "Lucida Sans Unicode, 8.25pt"
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
|