blob: 82ecc6aebe023baab21562193b06186e9ca8af8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
lower(A𐐀) = a𐐨 (should be a𐐨)
upper(a𐐨) = A𐐀 (should be A𐐀)
lower(ΚΟΣΜΟΣ) = κοσμος (should be κοσμος)
upper(ß) = SS (should be SS)
upper(ʼn) = ʼN (should be ʼN)
upper(ǰ) = J̌ (should be J̌)
upper(ffi) = FFI (should be FFI)
lower(IJ) = ij (should be ij)
|