Skip to Main Content

Oracle Database Discussions

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!

Inserting Welsh characters in 10g

572055Jun 5 2009 — edited Jun 5 2009
Hello All,
NLS_CHARACTERSET=AL32UTF8
NLS_DATE_LANGUAGE=AMERICAN
NLS_NCHAR_CHARACTERSET=AL16UTF16
NLS_RDBMS_VERSION=10.2.0.4.0

I have inserted 'ÂÁÀÄÊÉÈËÎÍÌÏÔÓÒÖÛÚÙÜŴẂ' values using SQL developer. When querying this values from Toad or SQL plus "ŴẂ" is replaced with "??". We have a java function which reads this value and outputs to a web page. Output from java code displays "??".
I tried from Toad and SQL plus, it returns ?
select asciistr('Ẃ') from dual;
select unistr('\1E82') from dual;
The unicode value for Ŵ is 0372. I am not sure on how to use this unicode value to display Ŵ.

Thanks
Rashida
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2009
Added on Jun 5 2009
9 comments
1,303 views