Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2001:
[Freeciv-Dev] Re: Upper ascii characters in city names etc.
Home

[Freeciv-Dev] Re: Upper ascii characters in city names etc.

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Developers <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Upper ascii characters in city names etc.
From: Christian Knoke <ChrisK@xxxxxxxx>
Date: Thu, 19 Jul 2001 22:35:32 +0200

Am Donnerstag, 19. Juli 2001 21:34 schrieben Sie:

> People probably have some corrections to the character convertion
> itself. Fx, what is the correct approximation for "ç"?
>

For "äöüÄÖÜ", the german umlauts, it should be replaced like that:

+  {'Ä', "Ae"},
+  {'Ö', "Oe"},
+  {'Ü', "Ue"},
+  {'ä', "ae"},
+  {'ö', "oe"},
+  {'ü', "ue"},

also, you should add:

+  {'ß', "ss"},

I don't know whether this conflicts with other languages.

Christian

-- 
* Christian Knoke                           +49 4852 92248 *
* D-25541 Brunsbuettel                  Wurtleutetweute 49 *
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.



[Prev in Thread] Current Thread [Next in Thread]