fdservices
IS-IT--Management
I am reading an sms message from a file and it is identified as "Alphabet: UCS2" instead of a more normal "Alphabet: ISO". The ISO messages read in as text while the UCS2 read in as two byte text, so I get ?T?h?i?s? ?i?s? ?t?e?x?t returned. If I use iconv to convert the text I get an "incomplete character or shift sequence" error, even though the text is 16 bytes long. So the question is how do I convert UCS2 to "standard" text?
Thanks
Andrew
Thanks
Andrew