Utf-16BE to ISO-8859-1 in PHP

Posted by mck89 on Stack Overflow See other posts from Stack Overflow or by mck89
Published on 2010-03-16T09:17:30Z Indexed on 2010/03/16 9:26 UTC
Read the original article Hit count: 426

Filed under:
|
|

Hi, i need to convert a Utf-16BE in ISO-8859-1 in PHP (i'm not an expert in encoding so i don't know if Utf-16 and Utf-16BE are the same thing). I've read somewhere to use the mb_convert_encoding function but i haven't that function because i don't have the multibyte extension installed. So do you know an alternative method to do this?

© Stack Overflow or respective owner

Related posts about php

Related posts about utf-16