diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-05-29 16:48:07 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-05-29 16:48:07 +0000 |
commit | 163ba6b752e2d1b900f88ba29324ed5998b14551 (patch) | |
tree | 3010592efec60252103b5e76eab918b0491bb533 /en_US.ISO8859-1 | |
parent | 536050cea8f16998f8fbddf6b4aff8469e149ec0 (diff) | |
download | doc-163ba6b752e2d1b900f88ba29324ed5998b14551.tar.gz doc-163ba6b752e2d1b900f88ba29324ed5998b14551.zip |
Convert zh_TW from Big5 to UTF-8.
Approved by: bcr
Notes
Notes:
svn path=/head/; revision=44974
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r-- | en_US.ISO8859-1/books/faq/book.xml | 4 | ||||
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml | 2 | ||||
-rw-r--r-- | en_US.ISO8859-1/htdocs/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index b1a481b5b6..fb553bc60d 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -792,9 +792,9 @@ </row> <row> - <entry><literal>zh_TW.Big5</literal></entry> + <entry><literal>zh_TW.UTF-8</literal></entry> - <entry>Traditional Chinese (Taiwan, Big5 + <entry>Traditional Chinese (Taiwan, UTF-8 encoding)</entry> </row> </tbody> diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml index ee20be4d81..9d0635be5d 100644 --- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml @@ -100,7 +100,7 @@ <entry>One directory exists for each available translation and encoding of the documentation, for example <filename>en_US.ISO8859-1/</filename> - and <filename>zh_TW.Big5/</filename>. + and <filename>zh_TW.UTF-8/</filename>. The names are long, but by fully specifying the language and encoding we prevent any future headaches when a translation team wants to provide documentation in the diff --git a/en_US.ISO8859-1/htdocs/Makefile b/en_US.ISO8859-1/htdocs/Makefile index 85ec9a80b7..3f4bed8bbb 100644 --- a/en_US.ISO8859-1/htdocs/Makefile +++ b/en_US.ISO8859-1/htdocs/Makefile @@ -103,7 +103,7 @@ WEB_LANG= da_DK.ISO8859-1 \ pt_BR.ISO8859-1 \ ru_RU.KOI8-R \ zh_CN.UTF-8 \ - zh_TW.Big5 + zh_TW.UTF-8 .endif .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .for _D in ${WEB_LANG} |