Language compatibility

winterp

Member
Is pl/sql developer compatible with Japanese, Chinese, French, and German?

We are trying to put unicode data from these languages in varchar fields.

Thanks,

Paul
 
Just a few more details...

We are copying the data from excel trying to paste it into pl/sql developer either to update a record or develop a query. We use the English version for the code around the Japanese, Chinese, etc. data.
 
The upcoming 7.0.3 version (beta available) will be Unicode compatible for viewing and editing the SQL Window result set. Version 7.0.2 requires an explicit national character set on the client.
 
Hi,

Is there something specific you need to do to get the Unicode support working with the 7.0.03 Beta?

We have a UTF8 db containing some Hindi which is not displaying correctly. NLS_LANG settings are correct.

Many thanks

Nicole
 
Is there something specific you need to do to get the Unicode support working with the 7.0.03 Beta?
No, it should work automatically.
We have a UTF8 db containing some Hindi which is not displaying correctly. NLS_LANG settings are correct.
We have noticed that the selected Grid Font (Tools > Preferences > Fonts) can be important. For example, Russian characters will not always display correct with MS Sans Serif, but will display correct when using Arial. You may want to try that.

If this does not help, can you let me know the following?

1. The results of the following query:

select * from nls_database_parameters
where parameter like 'NLS%CHARACTERSET';

2. Go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into a topic or e-mail reply.

3. A screenshot of the incorrect Hindi text.
 
Back
Top