summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-24 22:52:57 +0000
committertron <tron@openttd.org>2004-11-24 22:52:57 +0000
commite35a0b1c4437905648f3ea8e08924c8f6a658afe (patch)
treeecd4b5acf0d5a8d36e584054d18203c68df54180 /strings.c
parent669368cf21eb998a00a0fd9ce9a3fd8abdc6b727 (diff)
downloadopenttd-e35a0b1c4437905648f3ea8e08924c8f6a658afe.tar.xz
(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.
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index 855dae390..5b8b0d005 100644
--- a/strings.c
+++ b/strings.c
@@ -73,7 +73,7 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
- { 2, ',', CF_ISEURO, "€", "" },
+ { 2, ',', CF_ISEURO, "¤", "" },
{ 6, '.', 0, "", " Lei" },
};