commit | f4b0a1c0da80318e0a4f4c70d2722f01ce3512dd | [log] [tgz] |
---|---|---|
author | pxinwr <peixing.xin@windriver.com> | Mon Mar 04 17:02:06 2019 +0800 |
committer | Victor Stinner <vstinner@redhat.com> | Mon Mar 04 10:02:06 2019 +0100 |
tree | f10e50c695bdeea8a9aeb06b59ace1d5540af53f | |
parent | 8bc401a55ce5dfcdd225c20786ba8e221a0bf29b [diff] |
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) Use UTF-8 as the system encoding on VxWorks. The main reason are: 1. The locale is frequently misconfigured. 2. Missing some functions to deal with locale in VxWorks C library.