You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, that's great - thanks!

    So I think the iPhone is sending the right UTF8 text - it's formatted as \u00XX because the code I sent output it as JSON, but if I put it into E.asUTF8 which is what the iOS app should do, it looks ok:

    "\xEC\x95\x88\xEB\x85\­x95\xED\x95\x98\xEC\x84\xB­8\xEC\x9A\x94 \xEC\x84\xB8\xEC\x83\x81"
    
    >E.asUTF8("\xEC\x95\x88\xEB\x85\x95\xED\x95\x98\xEC\x84\xB8\xEC\x9A\x94 \xEC\x84\xB8\xEC\x83\x81")
    ="\uC548\uB155\uD558\uC138\uC694 \uC138\uC0C1"
    

    I just realised I made a stupid mistake - originally I'd named the font library fonts but I renamed it to font, but the iOS app still checks to see if a library called fonts is enabled before passing UTF8 through!

    If you update with the dev app loader to iOS 0.18 now it should work! And you might as well remove 'custom boot code' to stop all your messages needing to get stored as well :)

About

Avatar for Gordon @Gordon started