1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 12:09:10 +00:00

(svn r803) Switch to ISO 8859-15

It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing.
This commit is contained in:
tron
2004-11-24 22:52:57 +00:00
parent 669368cf21
commit e35a0b1c44
24 changed files with 25 additions and 25 deletions

View File

@@ -73,7 +73,7 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
{ 2, ',', CF_ISEURO, "<EFBFBD>", "" },
{ 2, ',', CF_ISEURO, "<EFBFBD>", "" },
{ 6, '.', 0, "", " Lei" },
};