This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10226] Support for GSM 03.38 character set in iconv


http://sourceware.org/bugzilla/show_bug.cgi?id=10226

arnotixe <arnotixe at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arnotixe at gmail dot com

--- Comment #5 from arnotixe <arnotixe at gmail dot com> 2011-11-10 20:35:36 UTC ---
1) I know this is an old bug and

2) Since a google search for "GSM 03.38 iconv" yields this page as #1 hit, and
it doesn't solve my problem, here's a DIRTY-fix with sed instead of iconv.

 sed
"y/\o00\o01\o02\o03\o04\o05\o06\o07\o10\o11\o13\o14\o16\o17\o20\o21\o22\o23\o24\o25\o26\o27\o30\o31\o32\o34\o35\o37\o44\o100/@Â$ÂÃÃÃÃÃÃÃÃÃÃÎ_ÎÎÎÎÎÎÎÎÎÃÃÃÂÂ/"

The codes came from http://www.csoft.co.uk/sms/character_sets/gsm.htm

In case HTML does bad things to the above, see 

http://arno.homelinux.org/files/gsm03.38-convert.sh


I get SMS via SIP from a chinese box with zarro documentation, but the above
WORKSFORME ^-^

best regards

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]