1151497Sru// -*- C++ -*-
2151497Sru/* Copyright (C) 2002, 2003
3151497Sru   Free Software Foundation, Inc.
4151497Sru     Written by Werner Lemberg <wl@gnu.org>
5151497Sru
6151497SruThis file is part of groff.
7151497Sru
8151497Srugroff is free software; you can redistribute it and/or modify it under
9151497Sruthe terms of the GNU General Public License as published by the Free
10151497SruSoftware Foundation; either version 2, or (at your option) any later
11151497Sruversion.
12151497Sru
13151497Srugroff is distributed in the hope that it will be useful, but WITHOUT ANY
14151497SruWARRANTY; without even the implied warranty of MERCHANTABILITY or
15151497SruFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16151497Srufor more details.
17151497Sru
18151497SruYou should have received a copy of the GNU General Public License along
19151497Sruwith groff; see the file COPYING.  If not, write to the Free Software
20151497SruFoundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
21151497Sru
22151497Sruconst char *glyph_name_to_unicode(const char *);
23151497Sruconst char *unicode_to_glyph_name(const char *);
24151497Sruconst char *decompose_unicode(const char *);
25151497Sru
26151497Sruconst char *check_unicode_name(const char *);
27