summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2014-10-04 08:38:07 +0200
committerstijn <stinos@zoho.com>2014-10-04 09:16:20 +0200
commita2f9c9445af51229becf7410a5c102a2ca27c182 (patch)
treed2caf89032cdbb535c6c4f04726d1bff845dac04
parent24119176e7ff39e55c8067624d74d17ac1f0ffa3 (diff)
downloadmicropython-a2f9c9445af51229becf7410a5c102a2ca27c182.tar.gz
micropython-a2f9c9445af51229becf7410a5c102a2ca27c182.zip
Enable unicode for Windows port so unicode tests give correct uPy output
-rw-r--r--windows/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 9725c3dfe5..9e666e3f32 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -46,7 +46,7 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_OPT_COMPUTED_GOTO (0)
-#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
+#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_PLATFORM "win32"