Update unicode problem list

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-24 20:03:29 +01:00
parent b320771ada
commit 0761327dd0

View file

@ -19,14 +19,15 @@
/* /*
Current problems with Unicode rendering: Current problems with Unicode rendering:
- B and BN bidi type characters (ignored) - B and BN bidi type characters (ignored)
- Mc type characters with combining class 0 (treated as non-combining) - Mc type characters with combining class 0 (poorly combined)
- Mn type characters with combining class 0 (treated as non-combining) - Mn type characters with combining class 0 (poorly combined)
- Me type characters with combining class 0 (treated as non-combining) - Me type characters with combining class 0 (poorly combined)
- Cf type characters (ignored) - Cf type characters (ignored)
- Cc type characters (ignored) - Cc type characters (ignored)
- Line-breaking rules (e.g. Zs type characters) - Line-breaking rules (e.g. Zs type characters)
- Indic languages - Indic languages
- Arabic shaping - Arabic shaping
- non-Semitic shaping (rarely used)
- Zl and Zp characters - Zl and Zp characters
- Combining characters of types 7, 8, 9, 21, 27, 28, 29, 30, 31, - Combining characters of types 7, 8, 9, 21, 27, 28, 29, 30, 31,
32, 33, 34, 35, 36, 84, 91, 103, 107, 118, 122, 129, 130, 132, 32, 33, 34, 35, 36, 84, 91, 103, 107, 118, 122, 129, 130, 132,
@ -34,6 +35,11 @@
- Private use characters (not really a problem) - Private use characters (not really a problem)
- Variations (no font support) - Variations (no font support)
- Vertical text - Vertical text
Font information ignored:
- Kerning
- Justification data
- Glyph posititioning
- Baseline data
*/ */
/* Convert a (possibly null-terminated) UTF-8 string of at most SRCSIZE /* Convert a (possibly null-terminated) UTF-8 string of at most SRCSIZE