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 -N -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-lang/www/doc/i18n-design.adp 11 Mar 2019 08:43:27 -0000 1.7.2.1 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.adp 10 Aug 2019 15:10:51 -0000 1.7.2.2 @@ -101,7 +101,7 @@ The request processor should use the ad_locale API to figure out the preferred locale for a request (perhaps combining user preference with subsite defaults in some way). It will make this -information accesible via the ad_conn +information accessible via the ad_conn function:
ad_conn locale

Character Sets and Encodings

@@ -307,7 +307,7 @@ English.

This default can be overridden by setting the AOLserver init parameter for the MIME type of .tcl files to include an -explcit character set. If an explicit MIME type is not found, +explicit character set. If an explicit MIME type is not found, ns_encodingfortype will default to the AOLserver init parameter value DefaultCharset if it is set.

Example AOLserver .ini configuration file to set default script @@ -432,7 +432,7 @@ In the example above, if the catalog file was loaded from the -bboard package, all of the keys would be prefixed autmatically with +bboard package, all of the keys would be prefixed automatically with "bboard. ".

Loading A Message Catalog At Package Init Time

@@ -507,7 +507,7 @@ translated once at template compile time, rather than dynamically every time the page is run. This will be unneccessaru and will be deprecated once we have implemented effective locale based -cacheing for templates. +caching for templates. Example 1: Display the text string Hello on an ADP page (i.e. do nothing special):