European character sets? - Mailing list pgsql-php

From Louis Bertrand
Subject European character sets?
Date
Msg-id Pine.BSO.4.20.0009180907110.2616-100000@grendel.bts
Whole thread Raw
List pgsql-php
Hello,

I am developing a little database (PHP3+PostgreSQL) that needs to handle
non-english characters in the names (people being somewhat touchy when you
misspell their names).

I know very little about international (ISO?) character sets and I need
some RTFM references or hints to get started in the right direction.

Is it sufficient to set everything in the correct character set?
Do I need to do anything special for sorting (I hope the collating order
is handled correctly).

I'm also worried about searches: for example, if an english user selects
LIKE "Du%", I don't think he'll find "Durer" with u-umlaut.  It seems to
me I'd have to handle this by substituting a regexp for each letter likely
to have special forms?

Confused and thankful in advance
 --Louis  <louis@bertrandtech.on.ca>

Louis Bertrand       http://www.bertrandtech.on.ca/
Bertrand Technical Services, Bowmanville, ON, Canada
Tel: +1.905.623.1500  Fax: +1.905.623.3852

OpenBSD: Secure by default.  http://www.openbsd.org/


pgsql-php by date:

Previous
From: Chris
Date:
Subject: saving files in a database
Next
From: "Jackson Ricardo Schroeder"
Date:
Subject: test