*** empty log message ***
[libidn.git] / NEWS
bloba7ed4281650028baf5a69c066387d3199e85452d
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.5.11 (released 2004-11-21)
7 ** Fix formatting of man pages, based on warnings from Doclifter.
9 ** Update of gnulib files to fix potential getopt problem on ELF systems.
11 ** API and ABI is backwards compatible with the previous version.
13 * Version 0.5.10 (released 2004-11-08)
15 ** Libtool's -export-symbols-regex is now used to only export official APIs.
16 Before, applications might accidentally access internal functions.
17 Note that this is not supported on all platforms, so you must still
18 make sure you are not using undocumented symbols in Libidn.
20 ** API and ABI is backwards compatible with the previous version.
22 * Version 0.5.9 (released 2004-11-07)
24 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
25 This mean that you can now browse the Libidn API manual using Devhelp.
27 ** Update of gnulib files to fix potential problem in getopt on BSD.
29 ** Documentation improvements.
31 ** API and ABI is backwards compatible with the previous version.
33 * Version 0.5.8 (released 2004-10-12)
35 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
36 This allow builds to succeed after 'make realclean'.
38 ** Generated files now have consistent 'DO NOT EDIT!' comments.
40 ** API and ABI is backwards compatible with the previous version.
42 * Version 0.5.7 (released 2004-10-12)
44 ** Shared library version incremented, because new APIs were added.
45 This was forgotten in the last release.
47 ** French translation updated.
49 ** Minor bug fixes.
51 ** API and ABI is backwards compatible with the previous version.
53 * Version 0.5.6 (released 2004-10-02)
55 ** Added functions to convert return codes to human readable text.
57 ** Now using GNULib in command line front end (src/) for portability code.
58 See <http://www.gnu.org/software/gnulib/> for more information on
59 GNULib.  This should make the code easier to read and maintain.
61 ** API and ABI is backwards compatible with the previous version.
62 idna_strerror: ADD.
63 pr29_strerror: ADD.
64 punycode_strerror: ADD.
65 stringprep_strerror: ADD.
66 tld_strerror: ADD.
67 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
68 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
70 * Version 0.5.5 (released 2004-09-13)
72 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
74 ** Various fixes.
76 ** API and ABI is backwards compatible with the previous version.
77 g_utf8_skip: REMOVED.  (But never meant to be used.)
79 * Version 0.5.4 (released 2004-08-08)
81 ** Translation updates.
83 ** API and ABI is backwards compatible with the previous version.
85 * Version 0.5.3 (released 2004-08-05)
87 ** Fix crash in `idn --tld' command line tool.
89 ** API and ABI is backwards compatible with the previous version.
91 * Version 0.5.2 (released 2004-07-14)
93 ** Java "make install" rules are now DESTDIR compatible.
95 ** API and ABI is backwards compatible with the previous version.
97 * Version 0.5.1 (released 2004-07-09)
99 ** Cross compile builds should work.
100 It should work for any sane cross compile target, but the only tested
101 platform is uClibc/uClinux on Motorola Coldfire.
103 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
105 ** API and ABI is backwards compatible with the previous version.
107 * Version 0.5.0 (released 2004-06-26)
109 ** Functions to detect "normalization problem sequences" as per PR-29 added.
110 See the new chapter "PR29 Functions" in the manual
111 (doc/libidn.{ps,pdf,html}) for more information and the background
112 story.  An external link that discuss the problem is
113 <http://www.unicode.org/review/pr-29.html>.
115 ** More translations.
116 Added Esperanto (by Edmund GRIMLEY EVANS).
118 ** API and ABI is backwards compatible with the previous version.
119 pr29.h: ADD.  Prototypes for PR29 types and functions.
120 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
121 Pr29_rc: ADD.  New error code enum type for PR29 functions.
123 * Version 0.4.9 (released 2004-06-11)
125 ** The Java library (java/libidn-*.jar) is included in the distribution.
127 ** JavaDoc manuals (doc/javadoc/) are included.
129 ** API and ABI is backwards compatible with the previous version.
131 * Version 0.4.8 (released 2004-06-01)
133 ** The Java source code is actually included in the distribution.
135 ** API and ABI is backwards compatible with the previous version.
137 * Version 0.4.7 (released 2004-05-31)
139 ** The Java port should now be functional, contributed by Oliver Hitz.
140 See the new section "Java API" in the manual for more information.
142 ** API and ABI is backwards compatible with the previous version.
144 * Version 0.4.6 (released 2004-05-24)
146 ** The header file idn-free.h is actually installed by 'make install'.
148 ** API and ABI is backwards compatible with the previous version.
150 * Version 0.4.5 (released 2004-05-21)
152 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
154 ** Several memory leaks fixed by Ulrich Drepper.
156 ** Added more SASLPrep and NFKC test vectors.
158 ** Automake 1.8.4 is used.
160 ** API and ABI is backwards compatible with the previous version.
161 idn_free: ADD.  Wrapper around system `free'.
162 idn-free.h: ADD.  Prototype for `idn_free'.
163                 See idn-free.h for discussion.  The interface is
164                 currently not documented.  Comments and feedback is
165                 appreciated.
167 * Version 0.4.4 (released 2004-04-29)
169 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
170 The first bug was an omission of prohibiting the characters in C.1.1,
171 C.1.2 and C.7 (space characters and characters that are inappropriate
172 for canonical representation).  The second was a bug in the definition
173 of the table, causing the entire table to be skipped, of the special
174 prohibited output character table defined in RFC 3722 (see section 6,
175 the characters in the table are various ASCII characters and U+3002).
177 ** A few test vectors for iSCSI were added.
179 ** The self tests are linked with libtool -no-install to avoid wrapper script.
181 ** Separated self test utilities into a separate library, shared by all tests.
183 ** More translations.
184 Added Romanian (by Laurentiu Buzdugan).
186 ** API and ABI is backwards compatible with the previous version.
188 * Version 0.4.3 (released 2004-04-22)
190 ** Fixed a bug in table processing code to prohibit control characters.
191 The problem was that the code used a code point of 0 to indicate end
192 of table, but if (as for table C.2.1) a range starts with 0, this
193 logic would fail.  The end-of-table test is now that both the start
194 and end code points of the range is 0.  Table C.2.1 is responsible for
195 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
196 Before, libidn silently accepted such strings without complaining.
198 ** A few test vectors for SASLprep were added.
200 ** The pkg-config script no longer include a -R parameter.
202 ** More translations.
203 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
205 ** API and ABI is backwards compatible with the previous version.
207 * Version 0.4.2 (released 2004-03-20)
209 ** A Punycode implementation in Java was added, by Oliver Hitz.
210 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
211 will be added as well.  Currently you need to specify --enable-java to
212 enable the Java interface.  The Java sources (below java/) are
213 compiled into byte-code (not native code) into a JAR library.
215 ** More translations.
216 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
217 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
219 ** Norwegian TLD table added, by Thomas Jacob.
221 ** API and ABI is backwards compatible with the previous version.
223 * Version 0.4.1 (released 2004-03-08)
225 ** The user messages from the command line utility are now translated.
226 Currently English and Swedish is supported.
228 ** Logic of stringprep_locale_charset modified.
229 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
230 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
231 attempted to guess the system locale, in contrast with the current
232 application's locale, via some setlocale save/set/reset magic.  This
233 change may require you to invoke setlocale() in your application,
234 which is (should be) required for non-ASCII to work anyway.  Based on
235 discussion with Ulrich Drepper.
237 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
239 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
240 Non-ASCII space has always been mapped to ASCII space, so it is not
241 clear this really have any effect, but the specification require it.
243 ** Building Libidn as part of GLIBC has been updated.
244 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
245 now include a copy of Libidn.
247 ** API and ABI is backwards compatible with the previous version.
248 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
250 * Version 0.4.0 (released 2004-02-28)
252 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
253 Many TLDs restrict the set of characters that can be used, from the
254 full Unicode 3.2 range that is normally available.  This contribution
255 make it possible for you to test strings for TLD conformance locally.
256 The code can be disabled by --disable-tld.  If enabled (the default),
257 the new API "tld.h" is installed which can be used to check a string
258 for conformance to TLD specific rules.  This add a new self test, and
259 a new chapter in the manual.  People responsible for maintaining TLD
260 tables are hereby encouraged to contribute them (under reasonable
261 licensing terms) for inclusion in future versions of Libidn.  Be
262 warned that the API for TLD checking may change throughout the 0.4.x
263 series as we get feedback on it.
265 ** Kerberos 5 stringprep profile macro is no longer documented.
266 The macro itself will probably be removed in the future, if the
267 specification is dropped from the Kerberos WG agenda.
269 ** API and ABI is backwards compatible with the previous version.
270 stringprep_kerberos5: DEPRECATED.
271 Tld_table_element:
272 Tld_table:
273 Tld_rc: ADD.  New data types.
274 tld_get_4:
275 tld_get_4z:
276 tld_get_z: ADD.  New functions to extract TLD from string.
277 tld_get_table:
278 tld_default_table: ADD.  New functions to get TLD table from TLD name.
279 tld_check_4t:
280 tld_check_4tz: ADD.  New function to provide core TLD operations.
281 tld_check_4:
282 tld_check_4z:
283 tld_check_8z:
284 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
286 * Version 0.3.7 (released 2004-01-22)
288 ** The command line parameter '--' idiom is documented.
290 ** The iSCSI stringprep profile now recognized as "iSCSI".
291 The earlier name "ISCSIprep" is still recognized, for backwards
292 compatibility.
294 ** DocBook manuals no longer included (the tools are too unstable).
296 ** API and ABI is backwards compatible with the previous version.
298 * Version 0.3.6 (released 2004-01-06)
300 ** The manual now contain a troubleshooting section for the command line tool.
302 ** The PHP interface pass the string directly on the command line.
304 ** The macro that create 'idn-int.h' has been updated to latest version.
306 ** API and ABI is backwards compatible with the previous version.
308 * Version 0.3.5 (released 2003-12-15)
310 ** The program 'idn' accepts input strings directly on the command line.
312 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
314 ** The program 'idn' now print user instructions before waiting for input.
316 ** DocBook HTML output not included any longer.
317 The reason is that the filenames generated by docbook2html appear to
318 be rather random, so it is difficult to maintain the Makefile.am rules
319 for them.
321 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
323 ** API and ABI is backwards compatible with the previous version.
324 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
325 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
326                 are not an error, but non-LDH characters are, when
327                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
328                 mnemonic name of this error constant was reversed.
330 * Version 0.3.4 (released 2003-11-09)
332 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
334 * Version 0.3.3 (released 2003-10-18)
336 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
338 ** Fixed debug information in 'idn'.
340 ** Internal improvements.
341 Leads to reduced heap memory usage.  Simplified inter-dependency among
342 files in lib/* to make it easier to copy them into your project.
344 ** Debugging stringprep profile 'generic' removed.
346 ** Punycode implementation updated to rfc3492bis-00.
348 ** API and ABI is backwards compatible with the previous version.
349 stringprep_4i: NEW.
350 stringprep_4zi: NEW.
351 stringprep: CHANGED. 'profile' is marked as 'const'.
352 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
353 stringprep_generic: REMOVED. Never meant for public use.
355 * Version 0.3.2 (released 2003-10-07)
357 ** SASL ANONYMOUS stringprep profile "trace" added.
358 It is equivalent to the already supported "plain" SASL ANONYMOUS
359 stringprep profile, except for the name.
361 ** API and ABI is backwards compatible with the previous version.
362 The 'in' parameter to stringprep_profile was changed from 'char*' to
363 'const char*'.
365 * Version 0.3.1 (released 2003-10-02)
367 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
369 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
371 ** Fixed Unicode NFKC normalization of (some) BMP code points.
372 This was done by syncing the NFKC code with latest GLIB, and may have
373 fixed other bugs in the earlier versions of the updated functions.
375 ** Added more IDNA test vectors.
377 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
378 This is the appropriate setting for mail-related uses of IDNA.
380 ** API and ABI is backwards compatible with the previous version.
382 * Version 0.3.0 (released 2003-09-23)
384 ** Ported to Mac OS X.
386 ** Gnulib code removed, we now assume a C89 compatible environment.
388 ** Building libidn as a libc add-on now works again.
390 ** Man pages for all public API functions are included.
392 ** Fixed bug in SASLprep profile.
394 ** API and ABI is NOT backwards compatible with the previous version.
395 All previously labeled (since 0.1.x) obsolete functions have been dropped.
396 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
397 confused documentation generators and wasn't all that common practice.
399 * Version 0.2.3 (released 2003-08-26)
401 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
403 ** Documentation improvements.
405 ** Prototype cleanups.
406 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
407 several places where plain int where used before.  String lengths are
408 handled by (s)size_t instead of int.
410 ** API and ABI is backwards compatible with the previous version.
412 * Version 0.2.2 (released 2003-08-13)
414 ** Fixed problem with strings longer than 4GB in punycode functions.
415 The punycode code cannot handle strings longer than 4GB.  The code now
416 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
417 unknown way.
419 ** The "idn --idna-to-unicode" command now output locale encoded strings.
421 ** Build fixes, bug fixes.
423 ** API and ABI is backwards compatible with the previous version.
425 * Version 0.2.1 (released 2003-07-04)
427 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
428 The IDNA RFC is not clear on this topic, zero-length labels in general
429 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
430 terminology section define, inside a parenthesis, that the zero-length
431 root label is in fact not considered a label at all in IDNA.
433 ** Bug fixes.
435 ** API and ABI is backwards compatible with the previous version.
437 * Version 0.2.0 (released 2003-06-19)
439 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
440 A header file "idn-int.h" is generated and installed to make sure the
441 "uint32_t" data type is available on all platforms.  The reason for
442 this change is that on 64-bit platforms, the application was required
443 to convert 32 bit integers (which is how Unicode code points are
444 typically represented) into 64 bit integers before calling libidn
445 functions.
447 ** New idna_*() functions have improved flags handling.
448 The allowunassigned and usestd3asciirules parameters were collapsed
449 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
450 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
451 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
452 that the old entry points are unmodified (in this regard), and new
453 entry points with this modification were added.
455 ** The manual was moved into a separate directory doc/.
457 ** Bugfixes.
459 ** API and ABI is not backwards compatible.
460 In punycode.h and stringprep.h the "unsigned long" data type was
461 changed into "uint32_t", which cause a API and ABI missmatch.  For
462 idna.h, the old entry points that used "unsigned long" still exist,
463 and new entry points that uses "uint32_t" was added.  To update your
464 application, you probably only need to change "unsigned long" to
465 "uint32_t".  As a result of these changes, the shared object version
466 has been increased.
468 * Version 0.1.15 (released 2003-06-07)
470 ** Bugfixes.
472 ** API and ABI is backwards compatible with the previous version.
474 * Version 0.1.14 (released 2003-05-10)
476 ** Experimental documentation generation in contrib/doxygen/.
477 Simply invoke "doxygen" in that directory and it should build the
478 documentation.
480 ** Lisp API bug fixes.
482 ** API and ABI is backwards compatible with the previous version.
484 * Version 0.1.13 (released 2003-03-13)
486 ** Unfinished Java *.class files implementing the libidn API.
487 See the contrib/java/ directory.  It is implemented using the Java
488 Native Interface, and light initial testing indicate interoperability
489 between GCJ, IBM's JDK and Sun's JDK.
491 ** Building is now silent when gengetopt is not present.
493 ** Bug fixes.
495 ** API and ABI is backwards compatible with the previous version.
497 * Version 0.1.12 (released 2003-03-06)
499 ** Building libidn doesn't require gengetopt.
500 Warnings are still printed though.  Gengetopt will be replaced by argp
501 eventually.
503 ** Command line tool "idn" supports stringprep too.
505 ** New stringprep API entry point: stringprep_profile().
506 It takes a name of the stringprep profile as an argument instead of
507 the stringprep table structure.
509 ** stringprep_*.h are deprecated and will be removed in the future.
510 All symbols have been moved to stringprep.h.  The reasons are that (1)
511 the files typically only defined one CPP macro and exported one symbol
512 definition, which is wasteful as it generates too much work in the
513 manual, and (2) using one header file for all profiles allows easier
514 access to all stringprep profiles during runtime.  Note that the files
515 are still installed, but they only #include stringprep.h now, for
516 backwards compatibility.
518 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
520 ** SASLprep stringprep profile added.
522 ** An online interface to libidn written in PHP added to contrib/web/.
524 ** API and ABI is backwards compatible with the previous version.
526 * Version 0.1.11 (released 2003-02-26)
528 ** Command line application "idn" is included.
529 A simple wrapper around the library that allows you to invoke punycode
530 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
532 ** Emacs Lisp interface for punycode and IDNA included.
533 See punycode.el and idna.el.
535 ** API and ABI is backwards compatible with the previous version.
537 * Version 0.1.10 (released 2003-02-21)
539 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
540 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
541 The reason was that the old interfaces did not accept the
542 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
543 functions are not removed, but will be in the future.
545 ** IPS iSCSI stringprep profile added.
547 ** A new contrib/ directory added.
548 Currently it contains a Python interface to Libidn, contributed by
549 Stephane Bortzmeyer.
551 ** idna.h and punycode.h are now installed by "make install".
553 ** API and ABI is backwards compatible with the previous version.
555 * Version 0.1.9 (released 2003-02-20)
557 ** SASL ANONYMOUS "plain" stringprep profile added.
559 ** XMPP nodeprep profile fixed.
561 ** API and ABI is backwards compatible with the previous version.
562 For future releases, the NEWS entry will specifically mention whether
563 the C header API or library ABI backwards compatibility is affected.
565 * Version 0.1.8 (released 2003-02-14)
567 ** Portability fixes.
568 This includes not building the API Reference Manual with GTK-DOC by
569 default, if you want it use configure parameter --enable-gtk-doc after
570 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
572 ** The type for string length variables is now (s)size_t.
573 Unfortunately this means binary shared library binary backwards
574 compatible is lost.
576 ** New nameprep test vectors.
578 * Version 0.1.7 (released 2003-02-12)
580 ** Uses official IDNA ACE prefix.
582 * Version 0.1.6 (released 2003-02-11)
584 ** Uses tentative IDNA ACE prefix.
586 ** Added XMPP Node/Resource Identifiers stringprep profiles.
588 ** Fixed prohibited character checks for bidi.
590 * Version 0.1.5 (released 2003-01-28)
592 ** The library can now be built as part of GNU Libc.
593 This is experimental and only tested against GNU Libc version 2.3.1.
594 See the libc/ directory, and libc/README in particular.
596 ** Bug fixes.
598 * Version 0.1.4 (released 2003-01-15)
600 ** Documentation fixes.
602 ** Portability fixes.
604 ** Bug fixes.
606 * Version 0.1.3 (released 2003-01-15)
608 ** Added texinfo manual.
610 * Version 0.1.2 (released 2003-01-08)
612 ** Added high-level IDNA API.
614 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
616 * Version 0.1.1 (released 2003-01-08)
618 ** Added documentation using GTK-DOC.
620 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
621 By accident it was never removed in 0.1.0.
623 * Version 0.1.0 (released 2003-01-05)
625 ** Official GNU project.
627 ** Renamed from libstringprep to libidn.
629 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
631 ** Uses "unsigned long" for Unicode code points instead of "long".
632 Long is guaranteed to be at least 32 bits by C standards so it is
633 always sufficiently large, no need to use uint32_t and the like.
635 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
637 * Version 0.0.8 (released 2002-12-13)
639 ** Portability fixes (now works under Cygwin on Windows 2000).
641 ** Bug fixes.
643 * Version 0.0.7 (released 2002-12-09)
645 ** Apply all tables to entire strings, not just first hit.
647 ** Fix bidi infloop.
649 * Version 0.0.5 (released 2002-12-07)
651 ** Fix prohibited characters handling.
653 ** Fix bidi.
655 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
657 ** Renamed type stringprep_profile to Stringprep_profile.
659 ** Renamed type (struct) stringprep_table to Stringprep_table.
661 ** Added more self-tests.
663 * Version 0.0.4 (released 2002-12-06)
665 ** Add unassigned code point handling, including self test cases.
667 ** Portability fixes.
669 * Version 0.0.3 (released 2002-11-30)
671 ** Exported utility function `stringprep_utf8_to_unichar', complementary
672 to existing `stringprep_unichar_to_utf8'.
674 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
675 clean up API. The old entry point is maintained for binary backwards
676 compatibility though.
678 ** The distribution is from now on signed using GnuPG.
680 ** Bug fixes.
682 * Version 0.0.2 (released 2002-11-07)
684 ** NFKC self test.
686 ** Bug fixes.
688 * Version 0.0.1 (released 2002-11-06)
690 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
691 and stringprep_locale_to_utf8 () that can be used to convert text from
692 system's locale into UTF-8, which should be done before invoking
693 stringprep().  The functions requires iconv() in the operating system.
695 ** An example program (example.c) that illustrates how libstringprep can be
696 used is included.
698 ** The pkg-config --libs output should now include necessary -R options.
700 * Version 0.0.0 (released 2002-11-05)
702 ** Initial release
704 ----------------------------------------------------------------------
705 Copying and distribution of this file, with or without modification,
706 are permitted in any medium without royalty provided the copyright
707 notice and this notice are preserved.