Update unicode problem list
This commit is contained in:
parent
b320771ada
commit
0761327dd0
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue