Henry House ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
lower(), upper(), & initcap() do not work on utf-8 chars

Long Description
The string case manipulation functions lower(), upper(), & initcap() 
have no effect on non-ASCII characters in the argument, such as æ, å, 
ø, ä, etc. ASCII chars in the argument are properly up- or down-cased.
The database encoding is UTF-8. 


Sample Code
SELECT upper('æ');

No file was uploaded with this report


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to