Files
lynx/lynx-charset.patch
Petr Gajdos f1b8aecac7 - version update to 2.9.0
2024-01-15 (2.9.0)
  * change version of OpenSSL used in Windows installers to 3.x and 1.1.1x,
    for new/old respectively -TD
  * fixes for UBSAN/ASAN issues with clang on Windows -GV
  * modify install-doc rule to use relative path for symbolic links -TD
  * add support for gopher's hURL functionality (patch by Viatrix).
  * allow ^G interrupt to end read from a stalled connection without exiting
    Lynx (Debian #1033423) -TD
  * allow the ^S keymap to be disabled in the configuration file, e.g.,
      KEYMAP:^S:UNMAPPED
    (report by TG) -TD
  * repair docs/OS-390.announce and docs/README.jp -TD
  * make the test-files non-empty, to appease some packaging tools -TD
  * check for getpwuid(), use in preference to deprecated cuserid() -TD
  * modify curses initialization to permit ^S built-in keymap to work without
    needing external stty changes -TD
  * correct ifdef for LYmsec_delay() (report by Alexander Arkhipov) -TD
  * add a NUL after "/" in the SGML parser when the next character is ">", to
    make PRETTYSRC view display correctly (report by "Dima") -TD
  * trim some obsolete style code for NeXT -TD
  * improve responsiveness with respect to SIGWINCH (report by Mark Zaharov) -TD
  * improve check for MAX_URI_SIZE -TD
  * improve check for UTF-8 character encoding in XML Text Declaration (report by
    Lennart Jablonka) -TD
  * fix for decoding utf-8 in CDATA sections (patch by Hiltjo Posthuma)
  * treat HTTP 308 permanently redirected the same as HTTP 301 permanently moved
    (Debian #1041686).
  * formatting fixes for manpage (Debian #1037353).
  * change defaults in configure script to use compression -TD

OBS-URL: https://build.opensuse.org/package/show/network/lynx?expand=0&rev=53
2024-02-14 14:22:33 +00:00

18 lines
593 B
Diff

---
lynx.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: lynx2.9.0/lynx.cfg
===================================================================
--- lynx2.9.0.orig/lynx.cfg
+++ lynx2.9.0/lynx.cfg
@@ -464,7 +464,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu
# values and their relationship to the locale value is not. GNU libiconv
# happens to give useful values, but other implementations are not guaranteed
# to do this.
-#LOCALE_CHARSET:FALSE
+LOCALE_CHARSET:TRUE
.h2 HTML5_CHARSETS
# HTML5_CHARSETS is an alternative to ASSUME_CHARSET and ASSUME_LOCAL_CHARSET.