Hello friends.
I am dealing with Japanese charecters in Oracle 11g database. By using UTL_I18N provided by oracle, I can convert half width kana characters to full width characters. But along with this, I also need to convert any englilsh characters (A-Z,a-z) and numerals(0-9) to full width. I can not find any such utility provided by oracle.
Can anyone suggest if any solution to achieve this?
Thanks in advance.
-Amol