File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 59
59
60
60
#define MICROPY_PY_ASYNC_AWAIT (0)
61
61
#define MICROPY_PY_BUILTINS_SET (0)
62
+ #define MICROPY_PY_BUILTINS_STR_UNICODE (0)
63
+ #define MICROPY_PY_BUILTINS_STR_SJIS (1)
64
+ #define MICROPY_PY_BUILTINS_STR_SJIS_CHECK (1)
62
65
#define MICROPY_PY_ATTRTUPLE (1)
63
66
#define MICROPY_PY_COLLECTIONS (0)
64
67
#define MICROPY_PY_MATH (1)
Original file line number Diff line number Diff line change 75
75
#define MICROPY_USE_INTERNAL_PRINTF (0)
76
76
77
77
#define MICROPY_PY_FSTRINGS (1)
78
- #define MICROPY_PY_BUILTINS_STR_UNICODE (1)
78
+ #define MICROPY_PY_BUILTINS_STR_UNICODE (0)
79
+ #define MICROPY_PY_BUILTINS_STR_SJIS (1)
80
+ #define MICROPY_PY_BUILTINS_STR_SJIS_CHECK (1)
79
81
80
82
#if !(defined(MICROPY_GCREGS_SETJMP ) || defined(__x86_64__ ) || defined(__i386__ ) || defined(__thumb2__ ) || defined(__thumb__ ) || defined(__arm__ ))
81
83
// Fall back to setjmp() implementation for discovery of GC pointers in registers.
You can’t perform that action at this time.
0 commit comments