Skip to content

Compile Python 2 with UCS4 instead of UCS2

Valentin David requested to merge valentindavid/python2-ucs4 into master

Reported by persia.

The same fix has been applied to SdkBase 1.6: https://github.com/flatpak/freedesktop-sdk-base/issues/18

This fix is not required since Pyhon 3.3, see PEP 393.

Merge request reports