Skip to content

Commit a2f9c94

Browse files
committed
Enable unicode for Windows port so unicode tests give correct uPy output
1 parent 2411917 commit a2f9c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
4747
#define MICROPY_STREAMS_NON_BLOCK (1)
4848
#define MICROPY_OPT_COMPUTED_GOTO (0)
49-
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
49+
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
5050
#define MICROPY_PY_BUILTINS_FROZENSET (1)
5151
#define MICROPY_PY_SYS_EXIT (1)
5252
#define MICROPY_PY_SYS_PLATFORM "win32"

0 commit comments

Comments
 (0)