GSM to ISO / UCS2 to ISO
Alexander Gattin
xrgtn at yandex.ru
Sat Aug 28 08:33:05 EDT 2010
Hello,
On Mon, Aug 16, 2010 at 08:01:36PM +1000, James Mills wrote:
> In an effort to avoid re-inventing the wheel so to speak
> I was wondering if anyone's come across libraries/tools, etc
> that achieve the same kind of functionality as the tools
> library in this java app.
unfortunately, no (except some Perl
implementations). I'd suggest to add GSM0338
module to standard GNU libc's iconv:
/usr/lib/gconv/GSM0338.so
/usr/lib/gconv/gconv-modules
Probably I'm wrong, but this way it'd become
readily available to all programs using iconv(3),
including python.
> http://code.google.com/p/ipddump/source/browse/trunk/src/ipddump/tools/Gsm2Iso.java
I'm Amazed (c) Pixies.
This Java code really sucks.
--
With best regards,
xrgtn
More information about the Python-list
mailing list