Changes between Version 2 and Version 3 of UnicodeBranch


Ignore:
Timestamp:
Apr 9, 2007, 5:47:02 AM (18 years ago)
Author:
Malcolm Tredinnick
Comment:

Update current status

Legend:

Unmodified
Added
Removed
Modified
  • UnicodeBranch

    v2 v3  
    2727The various pieces will be converted in roughly the following order:
    2828
    29  1. Template rendering
    30  2. Database I/O (requires introducing new DATABASE_CHARSET setting)
     29 1. Template rendering ('''Done''' in [4971])
     30 2. Database I/O ('''Done''' in [4971] for postgresql, postgresql_psycopg2, mysql, mysql_old and sqlite backends)
     31    * Needs testing for servers/tables that are not in UTF-8 or ASCII encoding. The theory is that the client connection for each backend ''should'' be automatically converting everything to UTF-8 or Unicode objects (depends on backend), but this needs verifying.
    3132 3. Model class support
    3233 4. Form input encoding
Back to Top