Dar Scott wrote > [snip] > put numToCodepoint( 0x30C8 ) into kto > put numToCodepoint( 0x30C9 ) into kdo > put numToCodepoint( 0x3099 ) into kVoiceMark > put numToCodepoint( 0xFF9E ) into kHalfVoiceMark > put kto & kVoiceMark into kdoAlt1 > put length(kdoAlt1) into kdoAlt1N > put kto & kHalfVoiceMark into kdoAlt2 > put length(kdoAlt2) into kdoAlt2N > put kto & tab & kdo & tab & kdoAlt1 & tab & kdoAlt1N & tab & kdoAlt2 & > tab & kdoAlt2N > [snip]
Does this means that the only way to write Japanese in a field is using a script (or pasting the characters from the clipboard)? Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-7-codepoint-question-tp4678428p4678438.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
