Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
HairyDude #1
CFFORM XML character entity references
I am trying to encode special characters into my cfform with an xml output. &
characters are not being encoded, they are being escaped.
Example:- ŷ is being sent as seen, not the character it is supposed to
represent. it is wrapped within a cfformitem with a type of html (tried text
as well, no difference), the page is saved as utf-8 and a cfprocessingdirective
is being uses to set utf-8 as well.
Any ideas?
HairyDude Guest
-
#40105 [NEW]: DOMDocument->createElement() unescapes numeric character references in values
From: fletch at pobox dot com Operating system: linux PHP version: 5.2.0 PHP Bug Type: DOM XML related Bug description: ... -
#25427 [Fbk->NoF]: XML-parser fails when entity &#XX; encountered ( XX is a code of character )
ID: 25427 Updated by: sniper@php.net Reported By: sad at spider dot ru -Status: Feedback +Status: No... -
#25427 [Opn->Fbk]: XML-parser fails when entity &#XX; encountered ( XX is a code of character )
ID: 25427 Updated by: derick@php.net Reported By: sad at spider dot ru -Status: Open +Status: ... -
#25427 [Fbk->Opn]: XML-parser fails when entity &#XX; encountered ( XX is a code of character )
ID: 25427 User updated by: sad at spider dot ru Reported By: sad at spider dot ru -Status: Feedback +Status: ... -
#25427 [NEW]: XML-parser fails when entity &#XX; encountered ( XX is a code of character )
From: sad at spider dot ru Operating system: linux gentoo PHP version: 4.3.3 PHP Bug Type: *XML functions Bug description: ... -
PaulH #2
Re: CFFORM XML character entity references
if you're using unicode, why bother with that kind of encoding? why not just insert the correct unicode char?
PaulH Guest
-
HairyDude #3
Re: CFFORM XML character entity references
I suppose I am used to using them. but I have been embedding the characters
directly into the file and this seems to work - I still have problems with
unsupported characters (y and w circumflex for example), but a and o circumflex
seem to be okay using this feature.
HairyDude Guest
-
PaulH #4
Re: CFFORM XML character entity references
if you're saying that some chars encoded like that alway work while other
always don't work, that might be a bug. i'll have a look--but i wouldn't
suggest using this type of encoding.
btw there was a just a big argument about using html entities, etc in unicode
xml streams on the unicode mailing list.
PaulH Guest



Reply With Quote

