|
Posted by ReGenesis0 on 06/14/06 21:04
I've begun dealing with PHP's XML functions (puttup!)
I shoudl say- php's DEFAULT XML functions, no extensions. Probably not
5.0. I don't care...
The POINt is, they choke on funny characters, even encoded funny
characters. You need to use the unicode. (change ñ to ñ).
Whatevuh.
That's why, why- now ignore that part, because it will distract and
proably cause you to misconstrue the thrust of the question to follow:
Does PHP have a function that will escape all funny characters in a
string (encoded, unencoded, both, either...) to their unicode
equivilants?
In a string- ignore the XML parts of this question.
(I'm looking at pre-proscessing the data coming into forms that will
form the offending XML)
-Derik
[Back to original message]
|