Index: openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml 27 Oct 2014 16:39:32 -0000 1.7 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml 7 Aug 2017 23:47:55 -0000 1.8 @@ -47,7 +47,7 @@ locale - The definition of the subset of a user's environment that depends on + The definition of the subset of a user's environment that depends on language and cultural conventions. @@ -278,14 +278,14 @@ i18N Guidelines: http://www.mozilla.org/docs/refList/i18n/l12yGuidelines.html -ISO +ISO 639:1988 Code for the representation of names of languages -http://sunsite.berkeley.edu/amher/iso_639.html + -ISO 3166-1:1997 +ISO 3166-1:1997 Codes for the representation of names of countries and their subdivisions Part 1: Country codes -http://www.niso.org/3166.html + IANA Registry of Character Sets @@ -489,14 +489,14 @@ Acs-templating does the following. - When the acs-templating package opens an an ADP or Tcl file, it assumes the file is iso-8859-1. If the output charset (OutputCharset) in the AOLserver config file is set, then acs-templating assumes it's that charset. + When the acs-templating package opens an an ADP or Tcl file, it assumes the file is iso-8859-1. If the output charset (OutputCharset) in the AOLserver config file is set, then acs-templating assumes it's that charset. Writing Files When the acs-templating package writes an an ADP or Tcl file, it assumes the file is iso-8859-1. If the output charset (OutputCharset) in the AOLserver config file is set, - then acs-templating assumes it's that charset. + then acs-templating assumes it's that charset. @@ -535,7 +535,7 @@ override the default system choice of character set when parsing and validating user form data. INCOMPLETE - form widgets in acs-templating/tcl/date-procs.tcl are not - internationalized. Also, acs-templating's UI needs to be + internationalized. Also, acs-templating's UI needs to be internationalized by replacing all user-visible strings with message keys. @@ -681,7 +681,7 @@ 100.10 Since UTF8 strings can use up to three (UCS2) or six (UCS4) bytes per character, make sure that column size declarations in the schema are large enough to -accomodate required data (such as email addresses in +accommodate required data (such as email addresses in Japanese). Since 5.0.0, this is covered in the database install instructions for both PostgreSQL and Oracle.