/contrib/groff/src/include/unicode.h

https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 26 lines · 4 code · 2 blank · 20 comment · 0 complexity · 08c4a1d5fba19ac96bbd6312828fed48 MD5 · raw file

  1. // -*- C++ -*-
  2. /* Copyright (C) 2002, 2003
  3. Free Software Foundation, Inc.
  4. Written by Werner Lemberg <wl@gnu.org>
  5. This file is part of groff.
  6. groff is free software; you can redistribute it and/or modify it under
  7. the terms of the GNU General Public License as published by the Free
  8. Software Foundation; either version 2, or (at your option) any later
  9. version.
  10. groff is distributed in the hope that it will be useful, but WITHOUT ANY
  11. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  13. for more details.
  14. You should have received a copy of the GNU General Public License along
  15. with groff; see the file COPYING. If not, write to the Free Software
  16. Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
  17. const char *glyph_name_to_unicode(const char *);
  18. const char *unicode_to_glyph_name(const char *);
  19. const char *decompose_unicode(const char *);
  20. const char *check_unicode_name(const char *);