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. |