|
From: Theo V. <The...@le...> - 2001-12-14 12:06:06
|
Hi Foxers! Everone interested in internationalization and/or Unicode pay attention. Here is UCP; a Unicode Character Processing & Internationalization library. UCP is a C++ library for Unicode based text procession and i18n. The library provides character encoding objects, input and output character iterators, and fast property lookup functions for nearly all Unicode 3.1 character properties and mappings. UCP also provides Unicode message catalogs, locale controlled formatters for numbers, currencies, date/time values and messages, and proper time zone handing. Convenient text transformation objects and property test objects for use in conditional transformations and regular expression matching are under development. Anyway, here's the link: http://www.let.uu.nl/~Theo.Veenker/personal/projects/ucp/ The documentation is not yet finished as you will see. But I intend to work on this in spare time. To get an idea of what you can do with it compile the package and try the test programs in the tests directory (see README). I have also added a small localizable FOX based demo application. I'm open to any critisism and suggestions. Regards, Theo |