oocms=# select 'Ñ' ~ '^\\w$';
 ?column?
----------
 f
(1 ÐÐÐÐÑÑ)

or

oocms=# select 'Ã' ~ '^\\w$';
 ?column?
----------
 f
(1 ÐÐÐÐÑÑ)

both should return true, as does 

oocms=# select 'n' ~ '^\\w$';
 ?column?
----------
 t
(1 ÐÐÐÐÑÑ)

Thanks.

-- 
Markus Bertheau <[EMAIL PROTECTED]>


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to