Changes between Version 29 and Version 30 of UnicodeBranch
- Timestamp:
- Jul 6, 2007, 2:11:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v29 v30 60 60 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. 61 61 62 A detailed list of things you might wish to think about when writing your code is in the {{{unicode.txt}}} file in the documentation directory . For the programmer on a deadline, here is the cheatsheet version (if you only use ASCII strings, none of these changes are necessary):62 A detailed list of things you might wish to think about when writing your code is in the {{{unicode.txt}}} file in the documentation directory (also [http://www.djangoproject.com/documentation/unicode/ online]). For the programmer on a deadline, here is the cheatsheet version (if you only use ASCII strings, none of these changes are necessary): 63 63 64 64 ('''Note (25 May 2007):''' Early adopters will have seen five steps in this list. The all-important step number 3 was initially omitted.)