Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2000:
[Freeciv-Dev] Some spanish cities are mispelled (PR#303)
Home

[Freeciv-Dev] Some spanish cities are mispelled (PR#303)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Some spanish cities are mispelled (PR#303)
From: cuenca@xxxxxxxxxxxxx
Date: Wed, 15 Mar 2000 02:20:01 -0800 (PST)

Full_Name: Joaquín Cuenca Abela
Version: 1.9.0, 1.10.0, and CVS
Distribution: Built from source
Client: Both (or N/A)
OS: Linux
Submission from: (NULL) (193.55.28.182)


The name of the spanish cities doesn't include any accent.
For example, the city "La Coruña" in freeciv is "La Coruna".

The required characters are included in iso-latin1, so there
are no problems in the use of spanish accents (the french and german
cities include accents when appropiate, too).

Here's a patch to solve the problem:

=====================================================================
--- freeciv/data/default/nations.ruleset        Tue Mar 14 12:53:36 2000
+++ freeciv-mod/data/default/nations.ruleset    Wed Mar 15 10:41:06 2000
@@ -612,12 +612,12 @@
 government="Democracy"
 
 cities =
- "Madrid", "Toledo", "Leon", "Salamanca",
- "Vigo", "La Coruna", "Oviedo", "Bilbao", "Valladolid",
- "San Sebastian", "Vitoria", "Zaragoza",
+ "Madrid", "Toledo", "León", "Salamanca",
+ "Vigo", "La Coruña", "Oviedo", "Bilbao", "Valladolid",
+ "San Sebastián", "Vitoria", "Zaragoza",
  "Barcelona", "Valencia", "Mallorca",
- "Tenerife", "Santander", "Sevilla", "Granada", "Malaga",
- "Jerez", "Alicante", "Cordoba", "Cadiz"
+ "Tenerife", "Santander", "Sevilla", "Granada", "Málaga",
+ "Jerez", "Alicante", "Córdoba", "Cádiz"
 
 
 [nation_persian]
===================================================================





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