README 1.3 KB

12345678910111213141516171819202122232425262728
  1. Libidn README -- Important introductory notes.
  2. Copyright (C) 2002-2022 Simon Josefsson
  3. See the end for copying conditions.
  4. Libidn is a package for internationalized string handling based on the
  5. Stringprep, Punycode, IDNA2003 and TLD specifications. Libidn is a
  6. GNU project. See the file COPYING for licensing information.
  7. The IDNA2003 specifications have been superseded by IDNA2008 which is
  8. implemented by Libidn2 <https://www.gnu.org/software/libidn/#libidn2>,
  9. and the only reasonable use of the libidn library today is to support
  10. the historic IDNA2003 behaviour or to use Stringprep profiles. Please
  11. try to migrate to libidn2 wherever possible.
  12. If you obtained this file as part of a "git clone", then see the
  13. HACKING file. If this file came to you as part of a tar archive, then
  14. see the file INSTALL for compilation and installation instructions.
  15. If you need help to use Libidn, or wish to help others, you are
  16. invited to join our mailing list help-libidn@gnu.org, see
  17. <https://lists.gnu.org/mailman/listinfo/help-libidn>.
  18. For more information, see <https://www.gnu.org/software/libidn/>.
  19. ----------------------------------------------------------------------
  20. Copying and distribution of this file, with or without modification,
  21. are permitted in any medium without royalty provided the copyright
  22. notice and this notice are preserved.