# HG changeset patch # User John Rouillard # Date 1466213757 14400 # Node ID 1c992cb4301adb81a6af6b15b25695b0b809e22b # Parent c1f1465d5303c6bad711713c91e39a1995ba5926 issue2550851 Installation doc removed directions for installing additional codecs for Asian languages. They are obsolete. diff -r c1f1465d5303 -r 1c992cb4301a CHANGES.txt --- a/CHANGES.txt Sat Jun 11 19:17:49 2016 -0400 +++ b/CHANGES.txt Fri Jun 17 21:35:57 2016 -0400 @@ -106,6 +106,11 @@ headers under apache). Problem diagnosed and initial patch created by Tom Ekberg (tekberg). Further testing and patch change done by John Rouillard. +- issue2550851 in installation doc removed directions for + installing additional codecs for Asian languages. They + they appear to be part of the standard python since at least 2.6. + Also the quoted url is obsolete. See ticket if you think you need + the codecs. 2016-01-11: 1.5.1 diff -r c1f1465d5303 -r 1c992cb4301a doc/installation.txt --- a/doc/installation.txt Sat Jun 11 19:17:49 2016 -0400 +++ b/doc/installation.txt Fri Jun 17 21:35:57 2016 -0400 @@ -141,7 +141,6 @@ 4. and optionally `configure an email interface`_ 5. `UNIX environment steps`_ to take if you're installing on a shared UNIX machine and want to restrict local access to roundup -6. `additional language codecs`_ For information about how Roundup installs, see the `administration guide`_. @@ -835,14 +834,6 @@ allow the web server to access the database socket. -Additional Language Codecs --------------------------- - -If you intend to send messages to Roundup that use Chinese, Japanese or -Korean encodings the you'll need to obtain CJKCodecs from -http://cjkpython.berlios.de/ - - Public Tracker Considerations -----------------------------