In case tin links against libiconv now, teach tin to recognize BIG5

charset.

Noted by: My post became 8bit stripped.
This commit is contained in:
Clive Lin 2002-05-09 19:28:07 +00:00
parent 978b4da217
commit 00982aa152
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58819
2 changed files with 12 additions and 0 deletions

View file

@ -15,6 +15,7 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw
EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \
${.CURDIR}/files/patch-cook.c \
${.CURDIR}/files/patch-init.c \
${.CURDIR}/files/patch-lang.c \
${.CURDIR}/files/patch-misc.c \
${.CURDIR}/files/patch-page.c

View file

@ -0,0 +1,11 @@
--- src/lang.c.orig Fri May 10 03:18:34 2002
+++ src/lang.c Fri May 10 03:18:45 2002
@@ -849,7 +849,7 @@
"ISO-8859-7", "ISO-8859-9", "ISO-8859-10", "ISO-8859-13", "ISO-8859-14",
"ISO-8859-15", "ISO-8859-16",
"KOI8-RU", "KOI8-R", "KOI8-U",
- "EUC-CN", "EUC-JP", "EUC-KR", "EUC-TW",
+ "EUC-CN", "EUC-JP", "EUC-KR", "EUC-TW", "BIG5",
"ISO-2022-CN", "ISO-2022-CN-EXT", "ISO-2022-JP", "ISO-2022-JP-1",
"ISO-2022-JP-2", "ISO-2022-KR",
"UTF-8"