Re: [PATCH] handling of non-latin GSM subset in opensmppbox
"Nikos Balkanas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <CD017154CCFB4AB2BC1D8CD12857D166@drwho> |
Yes, but that is only half the story. What about if the input is not GSM, but an iso-*? Shouldn't it be converted to UTF-8, too? The standard also for UCS-2 is UTF-16BE, not left as is. BR, Nikos ----- Original Message ----- From: Rene Kluwen To: 'Nii Ako Ampa-Sowa' ; [email protected] Sent: Saturday, May 07, 2011 5:16 PM Subject: RE: [PATCH] handling of non-latin GSM subset in opensmppbox I think this patch makes sense. It’s an internal coding anyway… and it should be utf-8 instead of latin1. If nobody objects, I will commit during the week. == Rene From: [email protected] [mailto:[email protected]] On Behalf Of Nii Ako Ampa-Sowa Sent: Friday, 06 May, 2011 23:04 To: [email protected] Subject: [PATCH] handling of non-latin GSM subset in opensmppbox Hi, opensmppbox doesn't seem to handle the non-Latin subset of the GSM character set very well. This affects the Euro sign as well as Greek characters. Attached is a patch that switches from using the Latin1 conversion routine to the UTF-8 version. Nii