Which unicode block is needed to display certain latin-based language?
Background
In Flash you have the option to embed only certain unicode blocks of selected font. Those characters will then be available in your project.Question
Which unicode block is needed 开发者_如何转开发to display certain latin-based language? It's obvious in cases like Greek or Hebrew but what latin extension do I need for German, Danish or Czech language?I know I should be able to google it but I simply can not find the answer.
Thanks!
All letters needed for German and Danish are in the C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement blocks. (See Wikipedia's list of languages supported by those blocks.)
For Czech/Slovak, you also need Latin Extended-A.
You should also include General Punctuation, as well as any other symbols you may use (e.g. Arrows).
See http://en.wikipedia.org/wiki/Latin_characters_in_Unicode.
精彩评论