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