Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Function NLS_INITCAP doesn't capitalize accented characters properly
I am having problems capitalizing words with accented characters, using the NLS_INITCAP function.
Example:
SQL> select nls_initcap('abc def úu') from dual;
NLS_INITCA
Using a Spanish sort parameter doesn't help:
SQL> select nls_initcap('abc def úu', 'nls_sort=spanish') from dual;
NLS_INITCA
Any ideas why this happens? Received on Tue Aug 01 2000 - 00:00:00 CDT
![]() |
![]() |