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