Skip to Main Content

Java Development Tools

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!

Copyright symbol is not encoded correctly for UTF-8 encoding.

650714Jan 21 2009 — edited Jan 21 2009
Hi,

We have developed an application using Jdeveloper 10.1.3 and Jheadstart 10.1.3.2.52 version. We are using UTF-8 encoding as we need to support both English and japanese charsets.

We customized default/page/dataPage.vm. We have the following snippet for the copyright.

<f:facet name="appCopyright">
<af:outputText value="Copyright&#169; 2008-2009, Xerox International Partners. All rights reserved."/>
</f:facet>

We got the following copyright text displyed on the screen.

"Copyright© 2008-2009, Xerox International Partners. All rights reserved."

© is being encoded as ©, which is wrong.

We are planning go live very soon, We appreciate any help in this issue.

FYI, The original post is @ 846917 Posting here as per Steven's suggestion.

Thanks in advance.

Thanks & Regards,
Rama Krishna. P
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2009
Added on Jan 21 2009
1 comment
979 views