nguyenbahuong / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

GSM 03.38 char 0x09 mapping outdated #499

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GSM 03.38 does specify 0x09 as LATIN CAPITAL LETTER C WITH CEDILLA however GSM 
03.38 is also obsolete - in ETSI TS 100 900 V7.2.0 (1999-07) it is corrected to 
a small c-cedilla.

http://unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT

If you test sending with a actual recent handset you will get a small-c-cedilla 
on the display for codepoint 0x09.

Patch to convert GSM 03.38 0x09 to Unicode small-c-cedilla and convert both 
capital-c-cedilla and small-c-cedilla Unicode to GSM 0x09. 

Original issue reported on code.google.com by andrew.basterfield@dialogue.net on 17 Aug 2012 at 12:13

Attachments:

GoogleCodeExporter commented 9 years ago
Previous version of patch had a bug - comment updated in first hunk but no 
actual logical change! Updated version of the patch attached.

Original comment by andrew.basterfield@dialogue.net on 17 Aug 2012 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by admin@smslib.org on 18 Aug 2012 at 9:34

GoogleCodeExporter commented 9 years ago
r2344 - Thank you.

Original comment by admin@smslib.org on 18 Aug 2012 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by admin@smslib.org on 6 Mar 2013 at 9:27