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