Index: openacs-4/packages/acs-lang/www/doc/i18n-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.adp,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/acs-lang/www/doc/i18n-design.adp 21 Apr 2017 16:06:05 -0000 1.1.2.6 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.adp 22 Apr 2017 18:27:19 -0000 1.1.2.7 @@ -301,7 +301,7 @@ should be the default system encoding.

VI.C Loading Regular Tcl Script Files

10.50 - By default, tcl and template files in the + By default, Tcl and template files in the system will be loaded using the default system encoding. This is generally ISO-8859-1 for AOLserver running on Unix systems in English. @@ -421,7 +421,7 @@ bboard.iso-8859-6 -A message catalog file consists of tcl code to define messages in a +A message catalog file consists of Tcl code to define messages in a given language or locale:
 
@@ -623,7 +623,7 @@
 
  • fconfigure -encoding blah
  • content type in outputheaders set for encoding conversion
     ad_proc adp_parse_ad_conn_file {} {
    -    handle a request for an adp and/or tcl file in the template system.
    +    handle a request for an adp and/or Tcl file in the template system.
     } {
         namespace eval template variable parse_level ""
         #ns_log debug "adp_parse_ad_conn_file => file '[file root [ad_conn file]]'"