Add example.
[libidn.git] / NEWS
blobd5e009ac90f0a7522bb17729f02c10abb6b99096
1 Libstringprep NEWS -- history of user-visible changes.         -*- outline -*-
2 Copyright (C) 2002 Simon Josefsson
3 See the end for copying conditions.
5 Please send libstringprep bug reports to bug-libstringprep@josefsson.org.
7 * Version 0.0.1
9 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
10 ** and stringprep_locale_to_utf8 () that can be used to convert text from
11 ** system's locale into UTF-8, which should be done before invoking
12 ** stringprep().  The functions requires iconv() in the operating system.
14 ** An example program (example.c) that illustrates how libstringprep can be
15 ** used is included.
17 ** The pkg-config --libs output should now include necessary -R options.
19 * Version 0.0.0
21 ** Initial release
23 ----------------------------------------------------------------------
24 Copyright information:
26 Copyright (C) 2002 Simon Josefsson
28    Permission is granted to anyone to make or distribute verbatim copies
29    of this document as received, in any medium, provided that the
30    copyright notice and this permission notice are preserved,
31    thus giving the recipient permission to redistribute in turn.
33    Permission is granted to distribute modified versions
34    of this document, or of portions of it,
35    under the above conditions, provided also that they
36    carry prominent notices stating who last changed them.