Hi,
 Apparently, nothing has been done:
 "Østfold" is still "Ostfold"
 "Møre og Romsdal" is still "More og Romdal"...
 
 ex.:http://api.geonames.org/postalCodeSearchJSON?username=plania&country=no&postalcode_startsWith=16&maxRows=1
 returns
 Code:
		
		
 {
 "postalCodes": [
 {
 "adminCode2": "0106",
 "adminCode1": "01",
 "adminName2": "Fredrikstad",
 "lng": 10.9298,
 "countryCode": "NO",
 "postalCode": "1601",
 "adminName1": "Ostfold",
 "ISO3166-2": "01",
 "placeName": "Fredrikstad",
 "lat": 59.2181
 }
 ]
 }
 
		 
 
 Regards,
 Leto