fltk/src/xutf8
2022-08-23 09:04:14 +02:00
..
headers Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
lcUniConv Remove compiler warnings about unused parameters (issue #307) - cont'd 2021-12-09 11:40:55 +01:00
utils Update CMake and make files, minor edits only 2021-02-15 19:45:20 +01:00
case.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
COPYING Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
fl_wcwidth.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
imKStoUCS.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
is_right2left.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
is_spacing.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
keysym2Ucs.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
mk_wcwidth.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README.txt Rename README files to README.txt (and several similar files). 2018-12-10 16:50:56 +01:00
test2.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
test.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
ucs2fontmap.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
ucs2fontmap.c.mini Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
utf8Input.c Generate FL/fl_config.h rather than FL/abi-version.h 2021-12-18 22:44:08 +01:00
utf8Utils.c Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
utf8Wrap.c Comment-only changes. 2022-08-23 09:04:14 +02:00
Ximint.h Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 2008-09-10 23:56:49 +00:00
Xlibint.h Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 2008-09-10 23:56:49 +00:00

---------------------------------------------------------------------------
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
)