diff options
| author | Damien George | 2014-06-28 10:30:53 +0100 |
|---|---|---|
| committer | Damien George | 2014-06-28 10:30:53 +0100 |
| commit | b1b840554d27659f760304713c98f5c7f2d7f74b (patch) | |
| tree | c112d08faa88043084f4d4d19094127b31d4e2c2 /stmhal | |
| parent | 8993fb6cf0677ce980ab56cbad326e4e6bc47811 (diff) | |
| parent | 635b60e299509a85722db77c4409c78ca86dbdc7 (diff) | |
Merge branch 'unicode'
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 28cd90bb0..f5110d8f0 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -44,6 +44,7 @@ */ #define MICROPY_ENABLE_LFN (1) #define MICROPY_LFN_CODE_PAGE (437) /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */ +#define MICROPY_PY_BUILTINS_STR_UNICODE (0) #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_STDFILES (1) |
