- Timestamp:
- Oct 27, 2008, 9:23:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/transform.c
r2826 r3125 856 856 'a', 0x0250, /* a ɐ */ 857 857 'c', 0x0254, /* c ɔ */ 858 'e', 0x0 259, /* e ə*/858 'e', 0x01dd, /* e ǝ */ 859 859 'f', 0x025f, /* f ɟ */ 860 860 'g', 0x1d77, /* g ᵷ */ … … 870 870 'w', 0x028d, /* w ʍ */ 871 871 'y', 0x028e, /* y ʎ */ 872 /* Unicode-ASCII to match third-party software */ 873 0x0183, 'g', /* ƃ g */ 874 0x0259, 'e', /* ə e */ 875 0x027e, 'j', /* ɾ j */ 876 0x02d9, '.', /* ˙ . */ 877 0x05df, 'l', /* ן l */ 872 878 /* Not perfect, but better than nothing */ 873 879 '"', 0x201e, /* " „ */
Note: See TracChangeset
for help on using the changeset viewer.