Search Unity

(Asian) Unicode TextField Input

Discussion in 'Editor & General Support' started by hai_ok, Apr 9, 2008.

  1. hai_ok

    hai_ok

    Joined:
    Jun 20, 2007
    Posts:
    193
    I am working with 9 languages and all of them display correctly in my unity project. I plan to add many more very soon. All 9 display correctly, depending on what language the user chooses to view the interface in. I can successfully enter text in German, Russian, French, Spanish and English.

    However, I can not enter text into Unity textfields in Traditional Chinese, Simplified Chinese, Korean or Japanese. These languages all display correctly on buttons and labels, but I just can't enter text with them.

    Any insight?
     
  2. shaun

    shaun

    Joined:
    Mar 23, 2007
    Posts:
    728
    You can't enter characters that are built with multiple strokes yet.
    This will need some magic from UT to work with the IME - not sure about how Mac does it, but all my tests in CJK haven't worked. UT knows about the problem.

    Best regards
    Shaun
     
  3. hai_ok

    hai_ok

    Joined:
    Jun 20, 2007
    Posts:
    193
    I can't even paste or use an on-screen keyboard.
    That's a disappointment.

    Thanks for your reply.