unicode convertion?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • killingseed
    New Member
    • Oct 2006
    • 2

    unicode convertion?

    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
  • JohannC
    New Member
    • Sep 2006
    • 15

    #2
    Originally posted by killingseed
    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
    I 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

    • killingseed
      New Member
      • Oct 2006
      • 2

      #3
      Originally posted by JohannC
      I 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.
      not sure how that helps me . i am querying a telnet server and it it the way the string is being sent to my appication. most of the string is fine but there are times when the string has added unicode char like "TM" and other chars. i am looking for a way to cover the string so all the char in it are viewable and not show a box

      Comment

      Working...