Hi, While
entering data in textarea, some special characters were rendered as funny characters.
We are copy pasting the data from a word doc to the textarea. On saving, data with
funny character is updated in the database. We have to avoid this and should
render the data with correct characters. Please suggest a solution for
correcting this issue. Thanks & Regards, Anish Chandran -- 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 |
Administrator
|
Mmh, it should be UTF-8 all the way. I just tried entering Chinese
characters in the Bookshelf example, and things seem to go through just fine. Maybe the issue resides in how you are talking to the database? -Erik On Feb 9, 2009, at 9:16 PM, Anish Chandran wrote: > Hi, > While entering data in textarea, some special > characters were rendered as funny characters. We are copy pasting > the data from a word doc to the textarea. On saving, data with funny > character is updated in the database. We have to avoid this and > should render the data with correct characters. Please suggest a > solution for correcting this issue. > > Thanks & Regards, > Anish Chandran > > > -- > 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Hi Erik,
Our xforms already contains this encoding format, ie <?xml version="1.0" encoding="UTF-8"?> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Anything else to be included. Problem is mainly occurring for some bulleted characters (bullet symbol). Thanks & Regards, Anish Chandran -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Tuesday, February 10, 2009 11:41 AM To: [hidden email] Subject: [ops-users] Re: special characters were rendered as funny characters Mmh, it should be UTF-8 all the way. I just tried entering Chinese characters in the Bookshelf example, and things seem to go through just fine. Maybe the issue resides in how you are talking to the database? -Erik On Feb 9, 2009, at 9:16 PM, Anish Chandran wrote: > Hi, > While entering data in textarea, some special > characters were rendered as funny characters. We are copy pasting > the data from a word doc to the textarea. On saving, data with funny > character is updated in the database. We have to avoid this and > should render the data with correct characters. Please suggest a > solution for correcting this issue. > > Thanks & Regards, > Anish Chandran > > > -- > 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Hello Erik, Anish,
noticed that copying/pasting from Word .doc is to be avoided. Haven't found out exactly what happens but Word seems to load character encoding that is not acceptable? Pasting from .txt is acceptable.
BTW, we avoid pasting anything from .doc, period.
-- einar
On Tue, Feb 10, 2009 at 8:20 AM, Anish Chandran <[hidden email]> wrote: Hi Erik, -- 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 |
Administrator
|
In reply to this post by Anish Chandran
It is good if your XML document specifies an encoding, but that does
not guarantee that the document in fact contains properly encoded characters. Your editor, or other software, could still mess things up. -Erik On Feb 9, 2009, at 11:20 PM, Anish Chandran wrote: > Hi Erik, > > Our xforms already contains this encoding format, ie > <?xml version="1.0" encoding="UTF-8"?> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> > Anything else to be included. Problem is mainly occurring for some > bulleted characters (bullet symbol). > > Thanks & Regards, > Anish Chandran > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Tuesday, February 10, 2009 11:41 AM > To: [hidden email] > Subject: [ops-users] Re: special characters were rendered as funny > characters > > Mmh, it should be UTF-8 all the way. I just tried entering Chinese > characters in the Bookshelf example, and things seem to go through > just fine. > > Maybe the issue resides in how you are talking to the database? > > -Erik > > On Feb 9, 2009, at 9:16 PM, Anish Chandran wrote: > >> Hi, >> While entering data in textarea, some special >> characters were rendered as funny characters. We are copy pasting >> the data from a word doc to the textarea. On saving, data with funny >> character is updated in the database. We have to avoid this and >> should render the data with correct characters. Please suggest a >> solution for correcting this issue. >> >> Thanks & Regards, >> Anish Chandran >> >> >> -- >> 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 > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Free forum by Nabble | Edit this page |