Add corrective comment regarding the bogus Unicode OM characters.
This commit is contained in:
parent
affccad9e5
commit
28d46bb207
1 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,13 @@
|
||||||
// explicit user authorization.
|
// explicit user authorization.
|
||||||
//
|
//
|
||||||
// Note that 0F00, 0F02, 0F03, and 0F0E are made by using multiple
|
// Note that 0F00, 0F02, 0F03, and 0F0E are made by using multiple
|
||||||
// glyphs from TMW. 0F6A is not listed here (DLC FIXME: should it be?).
|
// glyphs from TMW. [But: this is not correct; the Unicode experts
|
||||||
|
// say that these are non-equivalent to their constituents and cannot
|
||||||
|
// be decomposed. There is no way to translate these from Unicode to TMW.
|
||||||
|
// Fortunately, the consensus of experts is that they are also bogus and
|
||||||
|
// shouldn't be used.]
|
||||||
|
//
|
||||||
|
// 0F6A is not listed here (DLC FIXME: should it be?).
|
||||||
// Test that you can convert the Unicode ("" + U+0F6A) to TMW), but
|
// Test that you can convert the Unicode ("" + U+0F6A) to TMW), but
|
||||||
// the glyph for it is the glyph for 0F62.
|
// the glyph for it is the glyph for 0F62.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue