I’m embedding fonts using swfmill in a project I’m currently working on and one of the more tedious tasks I went through was copying and pasting the individual characters I needed to make up the character sets to be used. Because of this, I thought it might be helpful to others to post the charsets in a way that would be easy to copy and paste. I will try to keep this page up to date and add more sets as I get the time.
Note: The sets are accurate to the best of my knowledge, but please use at your own risk.
ISO/IEC 8859-1:1998 Latin Alphabet No. 1
1 |
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ |
ISO/IEC 8859-2:1999 Latin Alphabet No. 2
1 |
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ Ą˘Ł¤ĽŚ§¨ŠŞŤŹŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙ |
I haven’t really published it yet, but you can test my simple app to create the correct xml to embed fonts with swfmill. You can find it here:
http://bokelberg.de/download/fontembedder/
Cheers,
Ralf.
Hey Ralf,
That’s awesome!!
What are you using for the source of all the character codes, did you manually compile it?
Can’t wait until the swf publishing is working.
Hey would you be interested in sharing the source for the embedder app – and I will wrap into a generator that actually outputs the swf?