Re: [GENERAL] match accented chars with ASCII-normalised version

2008-01-27 Thread Jaime Casanova
On Jan 25, 2008 12:02 AM, brian <[EMAIL PROTECTED]> wrote: > The client for a web application I'm working on wants certain URLs to > contain the full names of members ("SEO-friendly" links). Scripts would > search on, say, a member directory entry based on the name of the > member, rather than the

Re: [GENERAL] match accented chars with ASCII-normalised version

2008-01-25 Thread Scott Marlowe
On Jan 24, 2008 11:02 PM, brian <[EMAIL PROTECTED]> wrote: > The client for a web application I'm working on wants certain URLs to > contain the full names of members ("SEO-friendly" links). Scripts would > search on, say, a member directory entry based on the name of the > member, rather than the

[GENERAL] match accented chars with ASCII-normalised version

2008-01-24 Thread brian
The client for a web application I'm working on wants certain URLs to contain the full names of members ("SEO-friendly" links). Scripts would search on, say, a member directory entry based on the name of the member, rather than the row ID. I can easily join first & last names with an underscore