Change "utf_8" to "utf8" in most identifiers.
commite8462980e5fd8860b97d57d5628d8fb24d59ed67
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 17 Sep 2006 13:06:22 +0000 (17 16:06 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 17 Sep 2006 13:06:22 +0000 (17 16:06 +0300)
tree4391e409aaf560ab81aeecee887ae99a64e6dec1
parentb42f0ba153dd5e8685999049198cd7eed2b871fb
Change "utf_8" to "utf8" in most identifiers.

Suggested by Miciah on #elinks.

What was renamed:
  add_utf_8                      => add_utf8
  cp2utf_8                       => cp2utf8
  encode_utf_8                   => encode_utf8
  get_translation_table_to_utf_8 => get_translation_table_to_utf8
  goto invalid_utf_8_start_byte  => goto invalid_utf8_start_byte
  goto utf_8                     => goto utf8
  goto utf_8_select              => goto utf8_select
  terminal_interlink.utf_8       => terminal_interlink.utf8
  utf_8_to_unicode               => utf8_to_unicode

What was not renamed:
  terminal._template_.utf_8_io option, TERM_OPT_UTF_8_IO
    Compatibility with existing elinks.conf files would require an alias.
  --enable-utf-8
    Because the name of the charset is UTF-8, --enable-utf-8 looks better
    than --enable-utf8.
  CONFIG_UTF_8
    Will be renamed in a later commit.
  Unicode/utf_8.cp, table_utf_8, aliases_utf_8
    Will be renamed in a later commit.
14 files changed:
src/bfu/inpfield.c
src/bfu/menu.c
src/document/dom/renderer.c
src/document/html/renderer.c
src/document/plain/renderer.c
src/intl/charsets.c
src/intl/charsets.h
src/terminal/draw.c
src/terminal/event.c
src/terminal/screen.c
src/viewer/dump/dump.c
src/viewer/text/form.c
src/viewer/text/search.c
src/viewer/text/textarea.c