fltk/src/xutf8
Albrecht Schlosser 46f8f4bcb4 Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).
XGetUtf8FontAndGlyph was referenced in libfltk_gl if configured w/o xft
and defined in libfltk, but not exported (regression since 1.3.3).


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2015-02-22 13:26:00 +00:00
..
headers
lcUniConv
utils
case.c
COPYING
fl_wcwidth.c
imKStoUCS.c Apply static-fixes.patch by skunk. STR #2988 2014-08-21 14:03:52 +00:00
is_right2left.c Try to fix building on OSX (and I assume WIN32) following 2014-08-24 21:23:34 +00:00
is_spacing.c
keysym2Ucs.c Move Xutf8.h to src/, update includes, refresh makedepends 2014-08-23 08:41:58 +00:00
mk_wcwidth.c
README
stamp-h
stamp-h.in
test2.c
test.c
ucs2fontmap.c Apply static-fixes.patch by skunk. STR #2988 2014-08-21 14:03:52 +00:00
ucs2fontmap.c.mini
utf8Input.c Move the X11 UTF check above in utf8Input to avoid an unused function warning 2014-08-23 08:48:31 +00:00
utf8Utils.c Move Xutf8.h to src/, update includes, refresh makedepends 2014-08-23 08:41:58 +00:00
utf8Wrap.c Fix undefined reference XGetUtf8FontAndGlyph (STR #3191). 2015-02-22 13:26:00 +00:00
Ximint.h
Xlibint.h



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
)