Search found 2 matches
- Thu Feb 12, 2009 12:04 am
- Forum: PHP - Code
- Topic: ut8 encoding issue
- Replies: 2
- Views: 123
Re: ut8 encoding issue
That was awesome. I thought I did this combination earlier today but the output was completely jibberish but trying it just now it worked. I still don't believe it. thanx.
- Wed Feb 11, 2009 11:00 pm
- Forum: PHP - Code
- Topic: ut8 encoding issue
- Replies: 2
- Views: 123
ut8 encoding issue
I am writing user inputs into a xml file. This file is then read in using the DOMdocument object. How do I encode the following string: "Billy’s &" Please be aware that this ' is different from ’ ut8_encode encodes the funny apostrophe but not the ampersand. htmlentities encodes the am...