Problem with the 16-bit character set display in Orbeon Form

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with the 16-bit character set display in Orbeon Form

Lingesh_Palanivelu

Hi Team,

 

I am using the below part code to display a 16-bit character (é) in the Orbeon Form.

 

<xhtml >

……

..

<xhtml:body>

<xhtml:h2>Wachtwoord MijnKPN glasvezel wijzigen Privé</xhtml:h2>

………………………

………………

</xhtml>

 

 

The below Error Message I am getting while running the application.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ERROR MESSAGE for the reference

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence.

 

org.orbeon.oxf.common.ValidationException Exception Class org.orbeon.oxf.common.ValidationException Message Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence. Resource URL oxf:/apps/ChangePassword/password_form.xhtml Line 56 Column 55 Servlet Stack Trace
(294 method calls)

Class Name

Method Name

File Name

Line Number

org.orbeon.oxf.xml.XMLUtils$ErrorHandler

fatalError

XMLUtils.java

330

orbeon.apache.xerces.util.ErrorHandlerWrapper

fatalError

ErrorHandlerWrapper.java

178

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

351

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

281

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher

dispatch

XMLDocumentFragmentScannerImpl.java

1771

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl

scanDocument

XMLDocumentFragmentScannerImpl.java

324

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

845

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

768

orbeon.apache.xerces.parsers.XMLParser

parse

XMLParser.java

108

orbeon.apache.xerces.parsers.AbstractSAXParser

parse

AbstractSAXParser.java

1201

ToggleMore...

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Thanks and Regards,

Lingesh P

 



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the 16-bit character set display in Orbeon Form

Ramon de Beijer-2
try using &#233; instead of é

For other special chars check http://www.ascii.cl/htmlcodes.htm

regards Ramon

On 06/15/2011 02:34 PM, Lingesh_Palanivelu wrote:

Hi Team,

 

I am using the below part code to display a 16-bit character (é) in the Orbeon Form.

 

<xhtml >

……

..

<xhtml:body>

<xhtml:h2>Wachtwoord MijnKPN glasvezel wijzigen Privé</xhtml:h2>

………………………

………………

</xhtml>

 

 

The below Error Message I am getting while running the application.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ERROR MESSAGE for the reference

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence.

 

org.orbeon.oxf.common.ValidationException Exception Class org.orbeon.oxf.common.ValidationException Message Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence. Resource URL oxf:/apps/ChangePassword/password_form.xhtml Line 56 Column 55 Servlet Stack Trace
(294 method calls)

Class Name

Method Name

File Name

Line Number

org.orbeon.oxf.xml.XMLUtils$ErrorHandler

fatalError

XMLUtils.java

330

orbeon.apache.xerces.util.ErrorHandlerWrapper

fatalError

ErrorHandlerWrapper.java

178

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

351

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

281

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher

dispatch

XMLDocumentFragmentScannerImpl.java

1771

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl

scanDocument

XMLDocumentFragmentScannerImpl.java

324

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

845

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

768

orbeon.apache.xerces.parsers.XMLParser

parse

XMLParser.java

108

orbeon.apache.xerces.parsers.AbstractSAXParser

parse

AbstractSAXParser.java

1201

ToggleMore...

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Thanks and Regards,

Lingesh P

 



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the 16-bit character set display in Orbeon Form

Erik Bruchez
Administrator
In reply to this post by Lingesh_Palanivelu
This usually means that some editor or other software used an encoding other than UTF-8.

-Erik

On Wed, Jun 15, 2011 at 5:34 AM, Lingesh_Palanivelu <[hidden email]> wrote:

Hi Team,

 

I am using the below part code to display a 16-bit character (é) in the Orbeon Form.

 

<xhtml >

……

..

<xhtml:body>

<xhtml:h2>Wachtwoord MijnKPN glasvezel wijzigen Privé</xhtml:h2>

………………………

………………

</xhtml>

 

 

The below Error Message I am getting while running the application.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ERROR MESSAGE for the reference

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence.

 

org.orbeon.oxf.common.ValidationException Exception Class org.orbeon.oxf.common.ValidationException Message Fatal error: Invalid byte 2 of 3-byte UTF-8 sequence. Resource URL oxf:/apps/ChangePassword/password_form.xhtml Line 56 Column 55 Servlet Stack Trace
(294 method calls)

Class Name

Method Name

File Name

Line Number

org.orbeon.oxf.xml.XMLUtils$ErrorHandler

fatalError

XMLUtils.java

330

orbeon.apache.xerces.util.ErrorHandlerWrapper

fatalError

ErrorHandlerWrapper.java

178

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

351

orbeon.apache.xerces.impl.XMLErrorReporter

reportError

XMLErrorReporter.java

281

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher

dispatch

XMLDocumentFragmentScannerImpl.java

1771

orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl

scanDocument

XMLDocumentFragmentScannerImpl.java

324

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

845

orbeon.apache.xerces.parsers.XML11Configuration

parse

XML11Configuration.java

768

orbeon.apache.xerces.parsers.XMLParser

parse

XMLParser.java

108

orbeon.apache.xerces.parsers.AbstractSAXParser

parse

AbstractSAXParser.java

1201

ToggleMore...

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Thanks and Regards,

Lingesh P

 



DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws