I have some UTF-16 encoded characters in their surrogate pair form. I want to output those surrogate pairs as characters on the screen.
Does anyone know how this is poss
iconv('UTF-16', 'UTF-8', yourString)