Unicode SCSU

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Unicode SCSU

Post by onion2k »

I have some data in Standard Compression Scheme Unicode format.. is there any way in PHP (or Perl) to turn it into uncompressed unicode?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

there's a java library, `icu` at sf.net: http://icu.sourceforge.net/. It supports SCSU decompression.
You may grab their sources and translate relevant parts to your language of choice.
Post Reply