summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-12-14 00:40:53 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-12-14 00:40:53 +0000
commit72709ee7c4076339ecbe5cd27827060d303a3589 (patch)
treed24cb2e32094cc6d49a6fb89130c9377e79097d1 /README
parentac59012c87307e7f0d51e4d89a14619fde47bfc2 (diff)
add a short test program. use hard values instead of GDK defines in the 0
* src/buffer.c: add a short test program. * src/iso2022.c: use hard values instead of GDK defines in the 0 map. Add _vte_iso2022_substitute_single() for performing a single mapping operation. * src/vte.c: use _vte_iso2022_substitute_single() instead of a local mapping table when mapping line-drawing charset data, simplifies maintenance of the mapping.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f1c8b68..a7caa5f 100644
--- a/README
+++ b/README
@@ -59,3 +59,7 @@
http://www.debian.org/doc/manuals/intro-i18n/ch-output.en.html
- Depending on your locale, the current encoding, and possibly the strengh
of cosmic rays, the display width of certain Unicode characters changes.
+ For the most part this works correctly now, but if you find that it
+ doesn't, please file a bug report including a screenshot, the typescript
+ file produced by the incorrectly displayed program run under "script", and
+ the contents of your LANG environment variable.