diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-16 13:55:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-16 13:55:20 -0500 |
commit | 1a50d9623831990ae0a78ea3a7e66fa098fe92ac (patch) | |
tree | d31578ac86c753c6e3427f574408a1ad960d80ac /NEWS.txt | |
parent | ffcebc274b84b85a0b8c93c2aca8756df4baa236 (diff) |
By default, turn unrecognized characters into numeric XML entity refs.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ = 4.0.0b7 () = +* Upon decoding to string, any characters that can't be represented in + your chosen encoding will be converted into numeric XML entity + references. + * Issue a warning if characters were replaced with REPLACEMENT CHARACTER during Unicode conversion. |