Index: openacs-4/packages/acs-core-docs/www/i18n-requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/i18n-requirements.adp,v diff -u -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/acs-core-docs/www/i18n-requirements.adp 26 Aug 2020 07:46:25 -0000 1.5.2.3 +++ openacs-4/packages/acs-core-docs/www/i18n-requirements.adp 5 Jan 2021 17:33:39 -0000 1.5.2.4 @@ -291,7 +291,7 @@ Submitted Form Data Character Set

50.30 Data which is -submitted with a HTTP request using a GET or POST method may be in +submitted with an HTTP request using a GET or POST method may be in any character set. The system must be able to determine the encoding of the form data and convert it to Unicode on demand.

50.35 The developer must @@ -401,23 +401,23 @@ Time Zones

90.10 Provide API support -for specifying a time zone

+for specifying a timezone

90.20 Provide an API for computing time and date operations which are aware of timezones. So for example a calendar module can properly synchronize items -inserted into a calendar from users in different time zones using +inserted into a calendar from users in different timezones using their own local times.

90.30 Store all dates and -times in universal time zone, UTC.

+times in universal timezone, UTC.

90.40 For a registered -users, a time zone preference should be stored.

+users, a timezone preference should be stored.

90.50 For a -non-registered user a time zone preference should be attached via a +non-registered user a timezone preference should be attached via a session or else UTC should be used to display every date and time.

90.60 The default if we -can't determine a time zone is to display all dates and times -in some universal time zone such as GMT.

+can't determine a timezone is to display all dates and times +in some universal timezone such as GMT.