Edgewall Software

Changes between Version 8 and Version 9 of GenshiRecipes/Localization


Ignore:
Timestamp:
Mar 30, 2007, 4:17:16 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/Localization

    v8 v9  
    6565    for i in range(len(s)):
    6666        s[i] = escapes[ord(s[i])]
    67     return EMPTYSTRING.join(s)
     67    return ''.join(s)
    6868
    6969def normalize(s):