in reply to Re: Encode only wide char entities?
in thread Encode only wide char entities?
What I was missing was the unicode range syntax:
encode_entities($_,'\x{0100}-\x{FFFF}')
I suppose I could convert everything to utf8 that comes in but I wanted to expose the unicode as entities in the source.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encode only wide char entities?
by ikegami (Patriarch) on Mar 09, 2012 at 23:20 UTC |