problem to display Tibetan
problem to display Tibetan
- Subject: problem to display Tibetan
- From: Bill <email@hidden>
- Date: Tue, 18 May 2004 10:33:41 +0800
Hi all,
The following script works, but display incorrectly:
-- Tibetan BrdaRten Character AOM
set AOM to +data utxt0F680F710F7C0F83;
display dialog AOM
The consonant and vowels should stack vertically. Horizontally, this
Tibetan character should occupy one character space. One might view the
correct result by TextEdit.app:
-- Tibetan BrdaRten Character AOM
set AOM to +data utxt0F680F710F7C0F83;
tell application "TextEdit"
make new document at front
set text 1 of document 1 to AOM
end tell
Any hints to this problem?
TIA
bill
PS: Here's a page about Tibetan & unicode:
<
http://uk.geocities.com/BabelStone1357/Tibetan/N2624R.html>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.