1

Does anybody have a Unicode to Hexadecimal code points (as seen in the link below which is Javascript) for PHP?

http://people.w3.org/rishida/tools/conversion/

Why reinvent the wheel if I don't have to...

paullb
  • 4,293
  • 6
  • 37
  • 65

1 Answers1

0

Managed to solve this myself. Used mb_convert_encoding to convert to HTML entities and converted from there.

paullb
  • 4,293
  • 6
  • 37
  • 65