This directory contains :
-------------------------

* color : shell script to test xiterm color's ability

* iso_8859_1 : a test file with some iso_8859_1 chars : accents, signs...

* unicode.utf : a test file with some unicode chars : accents, symbols...

* gcc-Wall : put this in /usr/local/bin and use it instead of default gcc
to get many warnings !

* sr_bug.c to check for gcc bug

Testing :
---------

After compiling xiterm, launch it and type :

bash# ./color

-> Your screen should get full of colors

bash# cat test/iso_8859_1

-> You should see some accentuated chars & signs

bash# cat test/unicode.utf

-> You should see some accentuated chars & symbols

Put gcc-Wall in /usr/local/bin and use it for compiling xiterm, instead of
default gcc to get many warnings !

bash# gcc -O2 sr_bug.c
bash# ./a.out

If your gcc version in newer than 2.7.1, it will normally have no bug.
Else you'll have to add -fno-strength-reduce to the default flags !
