RE: ICU4C Initialization
"Robert Buck" <[email protected]>
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Andy > Heninger > Sent: Tuesday, August 05, 2003 8:55 PM > To: [email protected] > Subject: ICU4C Initialization [...] > This proposal is to require the use of u_init() in all cases, and > to enforce > this requirement by returning an error if an attempt is made to use ICU > services before u_init() has been called. All C++ style static > initialization would be removed from the ICU library. Fantastic! And if the user wanted static init, they can write it themselves. Bob