Changes between Version 15 and Version 16 of UnicodeBranch


Ignore:
Timestamp:
May 16, 2007, 8:21:04 PM (17 years ago)
Author:
Gary Wilson <gary.wilson@…>
Comment:

couple typo fixes

Legend:

Unmodified
Added
Removed
Modified
  • UnicodeBranch

    v15 v16  
    4343    * serialization ('''Done''' in [5248])
    4444    * Google sitemaps
    45  6. Audit other contrib modules (not all will required changes):
     45 6. Audit other contrib modules (not all will require changes):
    4646    * '''Done''': admin, auth, contenttypes, comments, csrf, flatpages, formtools, humanize
    4747
     
    5555== Porting Applications (The Quick Checklist) ==
    5656
    57 One of the design goals of the Unicode branch is that very litte 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.
     57One 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.
    5858
    5959A 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):
Back to Top