[PATCH] Support of UCS2 for SMS/USSD

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Fri Feb 8 09:39:19 UTC 2013


Hi Pavel,

sorry to be the party pooper, but I don't like the libosmocore patch for
two reasons:

1) a popen to the locale command is really ugly.  First of all, it will
   synchronously block the process issuing that command.  Typical
   libosmocore-using processes are single-threaded and expect library
   calls to be non-blocking.  Secondly, I really hate the idea of
   spawning other processes, executing other executables.  It sounds
   lieke an ugly hack.  Is there no way to get the information
   programmatically, e.g.  by using localeconv(3) ?

2) the function "ucs2_to_utf8_decode" is cluttering the global namespace
   even further.   Yes, it is in principle not a function related to
   gsm, but I'd still appreciate if it would start with osmo_ or gsm_
   prefix in order to make sure we don't clash with applications or
   other libraries using the same symbol name.

-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osmocore-ucs2.patch
Type: application/octet-stream
Size: 4577 bytes
Desc: not available
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20130208/d45b6919/attachment.obj>


More information about the baseband-devel mailing list