1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/viewer/text
Kalle Olavi Niemitalo e8462980e5 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.
2006-09-17 16:06:22 +03:00
..
draw.c Eliminate link_bg 2006-05-28 01:08:46 +00:00
draw.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
form.c Change "utf_8" to "utf8" in most identifiers. 2006-09-17 16:06:22 +03:00
form.h UTF-8: Don't update form_state.state_cell if it is not used. 2006-09-02 23:16:32 +03:00
link.c UTF-8: Fix scrolling of input fields. 2006-09-02 23:03:45 +03:00
link.h Merge with utf8. src/document/plain/renderer.c replaced by utf8 version 2006-07-21 13:12:06 +02:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
marks.c Modularise viewer/text/marks 2006-05-20 15:01:24 +00:00
marks.h Modularise viewer/text/marks 2006-05-20 15:01:24 +00:00
search.c Change "utf_8" to "utf8" in most identifiers. 2006-09-17 16:06:22 +03:00
search.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
textarea.c Change "utf_8" to "utf8" in most identifiers. 2006-09-17 16:06:22 +03:00
textarea.h UTF-8 support for html form textarea. Changed displaying of textarea. 2006-05-07 00:51:26 +02:00
view.c Merge with http://www.iki.fi/kon/2006/elinks.git#ctrl-alt 2006-08-13 14:47:46 +02:00
view.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
vs.c Eliminate link_bg 2006-05-28 01:08:46 +00:00
vs.h Eliminate link_bg 2006-05-28 01:08:46 +00:00