Re: [GENERAL] to_ascii, or some other form of magic transliteration

2005-09-11 Thread Mike Rylander
On 9/10/05, Ben <[EMAIL PROTECTED]> wrote: > Hrm, I must be missing something, because I don't see how this will > transliterate to ASCII? If you want non-western text to be Romanized you can take a look at Text::Unicode(1). The functionality in the chunk of perl I sent before was stripping of no

Re: [GENERAL] to_ascii, or some other form of magic transliteration

2005-09-10 Thread Ben
Hrm, I must be missing something, because I don't see how this will transliterate to ASCII? On Sep 10, 2005, at 5:30 AM, Mike Rylander wrote: On 9/9/05, Ben <[EMAIL PROTECTED]> wrote: I'm working on a problem that I imagine others have had, which basically boils down to having nice unicode

Re: [GENERAL] to_ascii, or some other form of magic transliteration

2005-09-10 Thread Mike Rylander
On 9/9/05, Ben <[EMAIL PROTECTED]> wrote: > I'm working on a problem that I imagine others have had, which basically > boils down to having nice unicode display text that users are going to > want to search against without typing it correctly e.g. let a search > for "sma" match "små". It seems

[GENERAL] to_ascii, or some other form of magic transliteration

2005-09-09 Thread Ben
I'm working on a problem that I imagine others have had, which basically boils down to having nice unicode display text that users are going to want to search against without typing it correctly e.g. let a search for "sma" match "små". It seems like the best way to do this is to find a magi