(svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.
This commit is contained in:
@@ -14,8 +14,4 @@ struct DefaultUnicodeMapping {
|
||||
|
||||
static DefaultUnicodeMapping _default_unicode_map[] = {
|
||||
{ 0x010D, 0x63 }, /* Small letter c with caron */
|
||||
{ 0x0160, 0xA6 }, /* Capital letter s with caron */
|
||||
{ 0x0161, 0xA8 }, /* Small letter s with caron */
|
||||
{ 0x017E, 0xB8 }, /* Small letter z with caron */
|
||||
{ 0x20AC, 0xA4 }, /* Euro symbol */
|
||||
};
|
||||
|
Reference in New Issue
Block a user