i am looking for a way to convert some unicode . i have a string that come in with like the TM symbol or \u2122 but only displayed a box. how can i convert this so it is displayed in a texbox as tm and not a box
unicode convertion?
Collapse
X
-
Tags: None
-
Originally posted by killingseedi am looking for a way to convert some unicode . i have a string that come in with like the TM symbol or \u2122 but only displayed a box. how can i convert this so it is displayed in a texbox as tm and not a box -
Originally posted by JohannCI Had the Same problem , you can set the document Type by right clicking on your page in .Net and selcting properties, try setting your Page types Encoding to latin or any other extended AScii Format.Comment
Comment