mingodad 44448059db Update to fltk 1.3.2 11 years ago
..
headers 44448059db Update to fltk 1.3.2 11 years ago
lcUniConv c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
utils c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
COPYING c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
Makefile c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
README c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
Ximint.h c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
Xlibint.h c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
case.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
fl_wcwidth.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
imKStoUCS.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
is_right2left.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
is_spacing.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
keysym2Ucs.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
makedepend c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
mk_wcwidth.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
stamp-h c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
stamp-h.in c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
test.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
test2.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
ucs2fontmap.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
ucs2fontmap.c.mini c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
utf8Input.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
utf8Utils.c c57295178a Added a minimal working FLTK and FLTKUtils to the repository. 13 years ago
utf8Wrap.c 44448059db Update to fltk 1.3.2 11 years ago

README




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 [email protected]:/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 [email protected]:/cvs
cvs checkout xc/lib/X11
password: anoncvs
)