while0pass / evristika

Automatically exported from code.google.com/p/evristika
Other
0 stars 1 forks source link

Missing characters that could be references to existing ones #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# References:
U+0189 Ɖ from U+0110
U+018F Ə from U+04D8
U+019F Ɵ from U+0472
U+01B7 Ʒ from U+04E0
U+01DD ǝ from U+0259
# U+01DD could be from U+0259 or U+4D9
U+02CA ˊfrom U+00B4
U+02CB ˋfrom U+0060
U+02EE ˮ from U+201D
U+A789 ꞉ from U+003A
U+A78A ꞊ from U+003D
# U+A78A is used within words and could be narrower than U+003D.
U+A78D Ɥ from U+0427

Original issue reported on code.google.com by moy...@gmail.com on 8 Nov 2010 at 9:53

GoogleCodeExporter commented 9 years ago
It should be added (after investigation of similarity) to font-helpers.

Original comment by andrej.panov on 10 Nov 2010 at 2:51

GoogleCodeExporter commented 9 years ago
I discovered that U+A789 is not equal to ":" and U+A78A != "=", see e.g. 
Gentium font. U+A78D Ɥ in unicode pdf table is displayed as "H" without a 
half of left stem, so it hardly the same as U+0427. Everething else is copied 
now using font-helpers scripts or directly (U+019F).

Original comment by andrej.panov on 13 Nov 2010 at 3:12

GoogleCodeExporter commented 9 years ago
For U+A789 and U+A78A, it's probably better if they are not copies of colon and 
equal, they should probably be narrower or shorter so they are distinguishable.

For U+A78D see http://www.dkuug.dk/jtc1/SC2/WG2/docs/n3481.pdf
There are several forms to uppercase letter turned h: one is an H without the 
bottom half left stem (page 4 figure 1, like in Unicode 6.0 charts), one is an 
large turned h (page 5 figure 2), and one is like Ч U+0427 (page 3).
The form is really font dependent, and the Unicode charts are not prescriptive 
so it's up to the font designer to choose what form is better.

Either form is correct, copying U+0427 is just easier.

Original comment by moy...@gmail.com on 13 Nov 2010 at 9:40

GoogleCodeExporter commented 9 years ago
Fixed in svn.

Original comment by andrej.panov on 8 Dec 2010 at 5:02