GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Ascii Name Conversion  XML
Forum Index -> General
Author Message
travelusta



Joined: 15/11/2008 17:12:33
Messages: 1
Offline

Hi,

I realize that when a name is converted into ascii name, it is converted in latin1_german2_ci (DIN-2). ie: ü becomes ue, ö becomes ue.

Would not be easier to understand and use latin1_german1_ci (DIN-1) converted characters?

Cheers,
marc



Joined: 08/12/2005 07:39:47
Messages: 4501
Offline

Hi

latin1_german1_ci and latin1_german2_ci are two terms used by mysql for ordering.
For transliteration I think it is common to translate the Umlaute with the additional 'e' character.

Marc

[WWW]
ererciyes



Joined: 22/11/2008 16:26:17
Messages: 1
Offline

Hi,

I was wondering how ascii conversions are made in the system.. Is there a specific php/sql/? auto conversion function in order to do this?

Regards,
marc



Joined: 08/12/2005 07:39:47
Messages: 4501
Offline

the ascii conversion is a custom made function in java.

Marc

[WWW]
SEO



Joined: 14/10/2008 18:58:20
Messages: 18
Offline

There is a PHP extension for it, it seems to work well:

http://pecl.php.net/package/translit

pavel.horal



Joined: 19/07/2010 19:45:19
Messages: 8
Offline

marc wrote:
the ascii conversion is a custom made function in java.

Marc 


Is the source for this function available somewhere?

I am wondering about some German names. For example 'Jülich' is in the dump file as 'Julich'. But it can be found under 'Juelich' via Geonames search (also the URL ends with juelich.html). Why it is not in the dump?

Thank you,
Pavel
marc



Joined: 08/12/2005 07:39:47
Messages: 4501
Offline

Pavel

The search function does a lot of things that are not included in the dump.
Some points are discussed in this thread: http://forum.geonames.org/gforum/posts/list/0/1928.page

Best

Marc

[WWW]
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.5 © JForum Team