Daily Delicious – Unicode tools
Fonts in Flash and Unicode, mmm lovely, but tedious. So here are some links to never forget ranges, embed tags and everything you need to know about Unicode.
Embed tag:
[Embed(source='location/font.ttf', fontName='MyFont', mimeType='application/x-font-truetype', unicodeRange="see below")]
unicodeRanges:
U+0041-U+005A, /* Upper-Case [A..Z] */
U+0061-U+007A, /* Lower-Case a-z */
U+0030-U+0039, /* Numbers [0..9] */
U+002E-U+002E; /* Period [.] */
Happy coding





