diff options
author | rubidium <rubidium@openttd.org> | 2014-10-12 18:26:54 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-12 18:26:54 +0000 |
commit | fddeeb5e49f5daee49d79210dcfa1c845ff4a0d5 (patch) | |
tree | 2e2840dc927ef6d682333466035fb8e817c13e77 /src/table | |
parent | 94f5a442d0ed9db01722d117d420e294e525dced (diff) | |
download | openttd-fddeeb5e49f5daee49d79210dcfa1c845ff4a0d5.tar.xz |
(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII characters, e.g. @þaram to @param
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/townname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/townname.h b/src/table/townname.h index aac2d2b35..25c997d25 100644 --- a/src/table/townname.h +++ b/src/table/townname.h @@ -2612,7 +2612,7 @@ static const char * const _name_swiss_real[] = { "Sursee", "Schwyz", "Thalwil", - "Thônex", + "Th\xC3\xB4nex", "Thun", "Uster", "Uzwil", |