Re: Convert german umlaut to ascii

2007-05-22 Thread Andreas Moroder
Thank you to all for your help. Andreas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Convert german umlaut to ascii

2007-05-22 Thread Adriano Ferreira
On 5/21/07, Andreas Moroder <[EMAIL PROTECTED]> wrote: Hello, in our application I have to convert all german Umlaute in a string to a two char combination ä to ae, Ö to OE and so on. Can anyone please tell me how to do this ? Use Lingua::DE::ASCII. http://search.cpan.org/dist/Lingua-DE-A

RE: Convert german umlaut to ascii

2007-05-21 Thread Thomas Bätzler
Martin Barth <[EMAIL PROTECTED]> suggested: > On Mon, 21 May 2007 08:41:13 +0200 > Andreas Moroder <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > in our application I have to convert all german > > Umlaute in a string to > > a two char combination ä to ae, Ö to OE and so on. > > > > Can any

Re: Convert german umlaut to ascii

2007-05-21 Thread Martin Barth
On Mon, 21 May 2007 08:41:13 +0200 Andreas Moroder <[EMAIL PROTECTED]> wrote: > Hello, > > in our application I have to convert all german Umlaute in a string to a > two char combination ä to ae, Ö to OE and so on. > > Can anyone please tell me how to do this ? > > Thanks > Andreas > > for e