Posted by Chris Shiflett on 03/17/05 20:36
Diana Castillo wrote:
> Does anyone know what kind of string encoding this is :
> ®®
> mA®
> and how can I decode this?
That looks almost like an HTML entity:
®
Assuming that's what it is, and you just left off the semicolon, you can
decode it with this:
html_entity_decode()
Hope that helps.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
Navigation:
[Reply to this message]
|