fltk/src/xutf8
Albrecht Schlosser 8b094e8af3 Fix a bunch of compiler warnings, particularly for old compilers
Works now much better with old C99 and C++98 standard compilers.
Fixed: C++ comments in C files and headers included by C files.

There are still some warnings with C90 though but these would be
hard to fix and left as-is for now.

test/fractals.cxx: some arrays were too small by 1, or the compiler
  warned at least (false positive?). Anyway, it's fixed now.
2024-03-15 20:42:42 +01:00
..
headers
lcUniConv
utils
case.c
COPYING
fl_wcwidth.c
imKStoUCS.c
is_right2left.c
is_spacing.c
keysym2Ucs.c
mk_wcwidth.c
README.txt
test2.c
test.c
ucs2fontmap.c
ucs2fontmap.c.mini
utf8Input.c
utf8Utils.c
utf8Wrap.c
Ximint.h
Xlibint.h

---------------------------------------------------------------------------
Important note: this file is outdated (as of FLTK 1.3.x, 2012 and later).
Many things have been changed meanwhile.
Use all information with care!
---------------------------------------------------------------------------



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



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
)