src/table/unicode.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6574 e1d1a12faaf7
child 6877 889301acc299
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
    12  * exist, or are in the wrong place, in the standard sprite fonts.
    12  * exist, or are in the wrong place, in the standard sprite fonts.
    13  * This is not used for FreeType rendering */
    13  * This is not used for FreeType rendering */
    14 
    14 
    15 static DefaultUnicodeMapping _default_unicode_map[] = {
    15 static DefaultUnicodeMapping _default_unicode_map[] = {
    16 	{ 0x010D, 0x63 }, /* Small letter c with caron */
    16 	{ 0x010D, 0x63 }, /* Small letter c with caron */
    17 	{ 0x0160, 0xA6 }, /* Capital letter s with caron */
       
    18 	{ 0x0161, 0xA8 }, /* Small letter s with caron */
       
    19 	{ 0x017E, 0xB8 }, /* Small letter z with caron */
       
    20 	{ 0x20AC, 0xA4 }, /* Euro symbol */
       
    21 };
    17 };