Holger,

When you finally get to unicode, perhaps the following free open source c 
library will be worth looking at.  Now I'm not trying to hurry you up or 
anything like that.  :>)

Louis

http://www-124.ibm.com/icu/


International Components for Unicode

Documentation



Overview

In the International Components for Unicode, there are several categories 
of functionality:

Low-level Unicode/Resource Attributes: ("common" library)

Utilities for Unicode Character and String Handling
Unicode String Class
Conversion Interface
Locale handling
Resource Bundles

High-level Unicode Internationalization: ("i18n" library)

Text Boundary Analysis (Word/Sentence Break Iterators)
Collation (Sorting)
Formatting — Date/Time/Numbers/Currency
Transliteration

Layout Engine for Complex Text
Takes runs of styled Unicode text and builds data structures for display 
and printing. (A rasterizer is not included.)
Character Set Information
As part of the ICU project, we are collecting mapping tables between 
Unicode and legacy codepages from actual implementations (operating 
systems). We make them available as a service to everyone. The tables are 
provided in a format for use with ICU, as well as a format developed by the 
Unicode Consortium. See our charset page.
Unicode-stdio ("ustdio") library
This is a library with input/output functions similar to the C stdio 
library. It is currently not supported but provided as-is.

ICU uses the Java model for locale-hierarchical resource bundles. Multiple 
locales can be used at a time.
ICU is thread-safe: Different ICU service objects can be used by different 
threads.

For more details, see the (draft) User Guide and the API References below.

API References

Main Index
Alphabetical Index of all C++ classes in ICU
Class Hierarchy index

What computer languages does ICU support?

ICU4C (ICU) is written in C and C++, and ICU4J is written in Java™.



ICU License - ICU 1.8.1 and later

COPYRIGHT AND PERMISSION NOTICE

Copyright (c) 1995-2001 International Business Machines Corporation and others
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.

--------------------------------------------------------------------------------
All trademarks and registered trademarks mentioned herein are the property 
of their respective owners.

--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

Reply via email to