Skip to content
Snippets Groups Projects
Commit e032461e authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

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)
parent b69510e8
No related branches found
Tags v7.4.040
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment