Skip to Main Content

Oracle Forms

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!

How to put Cyrillic string in an Oracle Form prompt with jdapi class

fpaganelMar 6 2016 — edited Dec 21 2016

Hi all,

I need to develop a java code in JDeveloper 10g in order to translate Oracle Forms with jdapi class.

I tried to replace prompts with Cyrillic strings in each objects with the method setPrompt:

SetPrompt.PNG

But in Oracle Form Builder when I try to see the results, it's different with only question marks:

Oracle Form Builder - question marks.PNG

While if I cut and paste from Jdev to Form Builder it works fine and I see it correctly in Oracle EBS 12.1.3.

Oracle Form Builder - correctly.PNG

The character encoding in JDeveloper 10g is UTF-8:

Preferences.PNG

Project_compiler.PNG

NLS_LANG.PNG

Who can help me?

Thanks

Francesco

This post has been answered by fpaganel on Mar 7 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2016
Added on Mar 6 2016
7 comments
1,975 views