User Tag List

Results 1 to 4 of 4

Thread: Unicode doesn't cover whole unicode character set?

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unicode doesn't cover whole unicode character set?

    Hello!

    I have 2 edit boxes and a button. The button press just copies the entry from the first edit box into the second. Now put your end-user language to japanese and put a japanese character into the first box, press the button. You will see the japanese character displaying right. Now lets put another character from some different language set, for example, russian, will also display all right. Now put a german ä into the first box, but, somehow, now the output will be a simple a; same with ö, ü. But everything goes right again by putting the end-user language to german, but then, no russian or japanese characters will work anymore, the output is somewhat like "????". My character encoding options are Input ANSI (would like to put Unicode here, but it's not available), Output Unicode.

    Maybe I don't understand how it does work correctly?

    Thanks,

    2xD.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    The Input / Output options are for text files, when you import/export a text file from an edit box for example.

    Could you attach an example and describe the exact steps to reproduce the problem with this example?

  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, I see it was a problem with String Parser, which didn't transfer all chracters correctly.
    But how to fix it?

    unicode_editbox.mfa

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    2xD, the only way to fix it is get a Unicode-supporting version of String Parser. Right now there's just the ANSI version, so there is a good chance data will be lost in translation.

    Depending on what you need out of String Parser, I can suggest other extensions that support Unicode. Or you can use my ext list below, and turn on the Unicode compatibility filter to see all compatible ones.

Similar Threads

  1. String Parser not recognising Unicode character set
    By Gary_Molton in forum Fusion 2.5
    Replies: 3
    Last Post: 10th May 2015, 11:12 AM
  2. Unicode doesn't work with Get object
    By Allrounder in forum Fusion 2.5
    Replies: 4
    Last Post: 1st May 2014, 04:54 PM
  3. Does the iOS Exporter support unicode without the MMF unicode-addon?
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 17th November 2012, 06:30 AM
  4. Calling a Unicode Character? (Too Simple or Am I Just Expecting Too Much?)
    By jlsvhmk in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 19th February 2012, 08:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •