That tip about the Mac OS character viewer is worth buckets: Thanks a lot!
Oh darn, that first sentence.... let me rewrite that.
I think that Fontographer will show you the UTF8 values of the glyphs. You can
take those values and convert them to binary using the binaryEncode function.
Convert the binary value to UTF16.
--
Good night,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce
On 16 jul 2011, at 00:29, Mark Schonewille wrote:
Hi Richmond,
I think that Fontographer will show you the UTF8 values of the font values. You
can take those values and convert them to binary using the binaryEncode
function. Convert the binary value to UTF8.
It is probably easier to use Mac OS X's Character Viewer. This palette will
allowyou to view the code tables. You can look up unicode character 31f0 for
example. On intel machines, you need to reverse this hex number before you can
use it. 31f0 becomes f031, e201 becomes 01e2 etc. I believe you don't need to
do this on a PowerMac.
If you use these functions, you can just enter a sequence of hex numbers and
set the unicodetext of a field to the value returned.
<snip>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode