diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-12-14 00:40:53 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-12-14 00:40:53 +0000 |
commit | 72709ee7c4076339ecbe5cd27827060d303a3589 (patch) | |
tree | d24cb2e32094cc6d49a6fb89130c9377e79097d1 /README | |
parent | ac59012c87307e7f0d51e4d89a14619fde47bfc2 (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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |