mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
Correcting unicode characters
This commit is contained in:
parent
abd616eac4
commit
5c225af114
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
1.3 2004-8-4
|
1.3 2004-8-4
|
||||||
* Changed license from GPL to LGPL so code can be included in PEAR
|
* Changed license from GPL to LGPL so code can be included in PEAR
|
||||||
* added global definitions to prevent undefined variables error when including from function (C<EFBFBD>dric Dufour)
|
* added global definitions to prevent undefined variables error when including from function (Cédric Dufour)
|
||||||
* Updated country names
|
* Updated country names
|
||||||
* Added support for GeoIP City, version 1 with DMA and Area codes
|
* Added support for GeoIP City, version 1 with DMA and Area codes
|
||||||
|
|
||||||
|
|
|
@ -1132,7 +1132,7 @@ $GEOIP_REGION_NAME = array(
|
||||||
"53" => "Tigray",
|
"53" => "Tigray",
|
||||||
"54" => "YeDebub Biheroch Bihereseboch na Hizboch"),
|
"54" => "YeDebub Biheroch Bihereseboch na Hizboch"),
|
||||||
"FI" => array(
|
"FI" => array(
|
||||||
"01" => "<EFBFBD>?land",
|
"01" => "Åland",
|
||||||
"06" => "Lapland",
|
"06" => "Lapland",
|
||||||
"08" => "Oulu",
|
"08" => "Oulu",
|
||||||
"13" => "Southern Finland",
|
"13" => "Southern Finland",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue