• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

headers/H03-May-2022-5,4435,403

lcUniConv/H20-Nov-2021-26,66624,390

utils/H20-Nov-2021-914667

COPYINGH A D20-Nov-20211.8 KiB4232

READMEH A D20-Nov-20211 KiB5849

Ximint.hH A D20-Nov-20210 10

Xlibint.hH A D20-Nov-20210 10

case.cH A D20-Nov-20212.4 KiB12284

fl_wcwidth.cH A D20-Nov-20211.1 KiB4513

imKStoUCS.cH A D20-Nov-202120.8 KiB325292

is_right2left.cH A D20-Nov-20211.4 KiB8040

is_spacing.cH A D20-Nov-20211.8 KiB8648

keysym2Ucs.cH A D20-Nov-2021703 338

mk_wcwidth.cH A D20-Nov-202114.5 KiB354180

test.cH A D20-Nov-20218 KiB284199

test2.cH A D20-Nov-20216.4 KiB215138

ucs2fontmap.cH A D20-Nov-20219.6 KiB371342

ucs2fontmap.c.miniH A D20-Nov-2021751 3832

utf8Input.cH A D20-Nov-202110.4 KiB458395

utf8Utils.cH A D20-Nov-20215.4 KiB230157

utf8Wrap.cH A D20-Nov-202127.8 KiB1,029736

README

1---------------------------------------------------------------------------
2Important note: this file is outdated (as of FLTK 1.3.x, 2012 and later).
3Many things have been changed meanwhile.
4Use all information with care!
5---------------------------------------------------------------------------
6
7
8
9supported encodings :
10---------------------
11iso10646-1
12iso8859-1
13iso8859-2
14iso8859-3
15iso8859-4
16iso8859-5
17iso8859-6
18iso8859-7
19iso8859-8
20iso8859-9
21iso8859-10
22iso8859-11
23iso8859-13
24iso8859-14
25iso8859-15
26koi8-r
27koi8-u
28big5-0
29gbk
30gb2312.1980-0
31jisx0201.1976-0
32jisx0208.1983-0
33jisx0212.1990-0
34ksc5601.1987-0
35symbol
36dingbats
37
38
39
40ORIGINAL FILES :
41================
42
43The directory lcUniConv is copied from the xfree project cvs system.
44(
45export CVS_RSH=ssh
46export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs
47cvs checkout xc/lib/X11/lcUniConv
48password: anoncvs
49)
50
51The file imKStoUCS.c is copied from the xfree project cvs system.
52(
53export CVS_RSH=ssh
54export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs
55cvs checkout xc/lib/X11
56password: anoncvs
57)
58