summaryrefslogtreecommitdiff
path: root/src/xutf8/README
blob: cc9c51d96cd3a5aeb7a386ed01075f8700349f80 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
supported encodings :
---------------------
iso10646-1
iso8859-1 
iso8859-2 
iso8859-3 
iso8859-4 
iso8859-5 
iso8859-6 
iso8859-7 
iso8859-8  
iso8859-9 
iso8859-10
iso8859-11
iso8859-13 
iso8859-14 
iso8859-15 
koi8-r 
koi8-u 
big5-0 
gbk
gb2312.1980-0 
jisx0201.1976-0 
jisx0208.1983-0 
jisx0212.1990-0 
ksc5601.1987-0
symbol 
dingbats


TIPS:
=====

You must add "-lXutf8" to the library list in your Makefile. 

When using "GNU autoconf" add these lines to your "configure.in" :

dnl Test to see if libXutf8 is on this machine:
XUTFLIB=
AC_CHECK_LIB(Xutf8, XUtf8IsNonSpacing, \
        AC_DEFINE(HAVE_XUTF8) XUTFLIB=" -lXutf8", ,\
        -lX11 $X_EXTRA_LIBS)
AC_SUBST(XUTFLIB)


ORIGINAL FILES :
================

The directory lcUniConv is copied from the xfree project cvs system.
(
export CVS_RSH=ssh
export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs
cvs checkout xc/lib/X11/lcUniConv
password: anoncvs
)

The file imKStoUCS.c is copied from the xfree project cvs system.
(
export CVS_RSH=ssh
export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs
cvs checkout xc/lib/X11
password: anoncvs
)