diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 12:53:33 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 12:53:33 -0500 |
commit | b5fa9d7f5579f22f5fe0f7c9dc63e0aa7d29262f (patch) | |
tree | f089e9dee8109e0fdfae2589cd8228d4ddee5939 /CHANGELOG | |
parent | 5962a409b04b8a78d78e9186da97bedbb67df8e6 (diff) |
By default, Unicode Dammit converts smart quotes to Unicode characters, not XML entities.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ The value of a.string used to be None, and now it's "foo". An HTML or XML entity is always converted into the corresponding Unicode character. There are no longer any smartQuotesTo or -convertEntities arguments. (Unicode Dammit still has smartQuotesTo, -though that may change.) +convert_entities arguments. (Unicode Dammit still has smart_quotes_to, +but the default is now to turn smart quotes into Unicode.) = 3.1.0 = |