| commit | e032461eede2a80f184f1c08e22a76eaf18a480e | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 17:30:55 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 09 17:30:55 2013 +0200 |
| tree | b0ca53997ffe6a103c6986305ac6d8506e796689 | |
| parent | b69510e889a1eb102bce83567a7b958d2f25b6ff [diff] |
updated for version 7.4a.008
Problem: Python 3 doesn't handle multibyte characters prooperly when
'encoding' is not utf-8.
Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken
Takata)