Skip to Main Content

Database Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to compare japanese katakana full/half width characters in oracle

649219Jul 9 2008 — edited May 14 2010
After set NLS_Sort=Japanese_M_CI NLS_Comp=Linguistic

I seems that most of the full width katakana characters and their corresponding half width characters are compared as equal. E.g.
'ハロタン' (full width) vs. 'ハロタン' (half).

But I notice that some characters like the following are not equal:
'ペ'(full width) vs 'ペ'(half width)
My understanding is that some full width characters become two half width characters. In my example, the circle part of the character doesn't have meaning in full width, but can be independent in half width.

It's touch since I don't understand Japanese. Any suggestion to make then compare correctly in oracle is greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2010
Added on Jul 9 2008
15 comments
8,204 views