summaryrefslogtreecommitdiff
path: root/src/table/townname.h
AgeCommit message (Collapse)Author
2021-05-13Fix: Correct name of Golub-DobrzynPaweł Świątkowski
2021-05-13Fix: Replace Susz with LesznoPaweł Świątkowski
Susz is masculine, not neuter, so it should result in "Susz Mazowiecki", "Susz Morski", and not "Susz Mazowieckie" or "Susz Morskie". However, because order of the names whould not be changed, it was replaced with Leszno, which is neuter.
2020-12-14Codechange: use \u to indicate unicode chars in strings (#8379)Patric Stout
With \x, we sometimes had to do the "" trick, as the length is not predefined. With C++11 bringing \u to the specs, which has a preset length, we no longer need the "" trick. We set the strings to u8, to ensure all compilers use UTF-8 encoding for the \u characters. This was triggered by newer CLangs, which start to warn if you use "" in the middle of a string, wondering if that was your intention. It is a good question. And this is our answer :)
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-15Fix: Typos. (#7517)stormcone
2019-03-07Fix: spelling for a few real town names (#7338)nikolas
Added special characters to mostly Slovak towns, a few Spanish, and one Turkish.
2019-01-30Fix: unicode characters in Romanian town names (#7141)nikolas
Many of these town names were using the 'a with ~ above it' character, which should actually by 'a with u above it'. There were other missing accents as well which I've added.
2019-01-24Fix: Remove duplicate French and Slovak town namesNikolas Nyby
I've replaced some of the duplicate real town names with new real town names in the French and Slovak sets. Also, some Slovak town names were missing accents, so I've fixed those.
2019-01-12Fix: Remove duplicate town name "Huacho" (#7038)nikolas
Huacho appears twice in the Spanish town names list. This change removes the second one, and replaces it with a new one: Medellin.
2019-01-11Fix: Spelling fixes on some Latin American town namesNikolas Nyby
2014-10-12(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII ↵rubidium
characters, e.g. @þaram to @param
2013-09-15(svn r25775) -Fix [FS#5746]: Some spelling corrections to Catalan town names ↵planetmaker
(juanjo)
2013-09-15(svn r25774) -Fix [FS#5746]: Some spelling corrections to Latin American ↵planetmaker
town names (juanjo)
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2010-09-12(svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2)frosch
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2009-09-21(svn r17597) -Codechange: rename namegen* to townname*smatz