Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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 8 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."

&#169; is being encoded as ©, which is wrong.

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

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 8 2009
2 comments
5,087 views