Changes between Version 15 and Version 16 of UnicodeBranch
- Timestamp:
- May 16, 2007, 8:21:04 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v15 v16 43 43 * serialization ('''Done''' in [5248]) 44 44 * Google sitemaps 45 6. Audit other contrib modules (not all will require dchanges):45 6. Audit other contrib modules (not all will require changes): 46 46 * '''Done''': admin, auth, contenttypes, comments, csrf, flatpages, formtools, humanize 47 47 … … 55 55 == Porting Applications (The Quick Checklist) == 56 56 57 One of the design goals of the Unicode branch is that very litt e significant changes to existing third-party code should be required. However, there are some things that developers should be aware of when writing applications designed to handle international input.57 One of the design goals of the Unicode branch is that very little significant changes to existing third-party code should be required. However, there are some things that developers should be aware of when writing applications designed to handle international input. 58 58 59 59 A detailed list of things you might wish to think about when writing your code is given below. However, for the programmer on a deadline, here is the cheatsheet version (if you only use ASCII strings, none of these changes are necessary):