File: README

package info (click to toggle)
gucharmap 1%3A2.22.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 11,784 kB
  • ctags: 913
  • sloc: sh: 9,156; ansic: 7,337; xml: 7,249; makefile: 217
file content (52 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This is the README for gucharmap.

gucharmap is a featureful unicode character map.


COMPILING

gucharmap uses GTK+ 2.6 or later, which you can get from
http://gtk.org/. 

If GNOME is available, gucharmap uses it, but only to make the Help
menu.

To compile and install, do the usual

   ./configure
   make
   make install

There are two extra ./configure options:

  --disable-gnome disables GNOME-only functionality, even if the GNOME
    libraries are found. 

  --disable-unihan disables CJK ideograph information. The ideograph
    information includes definition and pronunciations in several
    languages, and is extracted from [3]. Omitting the ideograph
    information will reduce gucharmap's size by roughly 2 megabytes.


CREDITS

gucharmap is Copyright (c) 2003 Noah Levitt, and is licensed to you
under the terms of the GPL. See the file COPYING.

Large portions of gucharmap are generated from files published by
unicode.org.  For the license information see the file named
COPYING.UNICODE.

Data was gathered from the following URLs:
[1] http://www.unicode.org/Public/UNIDATA/Blocks.txt
[2] http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
[3] http://www.unicode.org/Public/UNIDATA/Unihan.zip
[4] http://www.unicode.org/Public/UNIDATA/NamesList.txt

gucharmap was influenced by Juliusz Chroboczek's ucm
(http://www.pps.jussieu.fr/~jch/software/files/ucm-0.3.tar.gz), the
Windows charmap, and GNOME's gcharmap.


Noah Levitt <nlevitt аt columbia.edu>
$Id: README,v 1.18 2006/01/27 22:54:43 behdad Exp $