Search Unity

special text characters

Discussion in 'Scripting' started by Mike, Jul 28, 2007.

  1. Mike

    Mike

    Joined:
    Dec 1, 2006
    Posts:
    118
    Hi!

    I fill text boxes with content from a script - what's the way to get special characters like "äöü" and so on...
     
  2. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
    Save your script file as unicode.
     
  3. Mike

    Mike

    Joined:
    Dec 1, 2006
    Posts:
    118
    :D

    Thanks !