Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Initcap problem for Turkish character

sujnanJun 26 2013 — edited Jun 27 2013

Hi,

I am trying to do camel case conversion for Turkish string. For this I tried with below scripts

select NLS_INITCAP( 'UIİ') from dual

select INITCAP( 'UIİ') from dual

For both scripts the output is

Uii

But I am expecting below. In turkish lower case of İ is ı

Uiı

Please suggest solution for this.

Thanks,

Sujnan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2013
Added on Jun 26 2013
3 comments
1,120 views