diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-14 03:09:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-27 00:04:19 +0300 |
commit | ded0fc77f7ee70b3f7935921bb9631e9763fb1fc (patch) | |
tree | 152a7ee8dc457b61df5de29f3588fd56fb36f1dc | |
parent | 17994d1bd3fcf7e37974ecaf0e2ba0cab7c65665 (diff) | |
download | micropython-ded0fc77f7ee70b3f7935921bb9631e9763fb1fc.tar.gz micropython-ded0fc77f7ee70b3f7935921bb9631e9763fb1fc.zip |
py: Add dedicated unicode header.
-rw-r--r-- | py/unicode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/unicode.h b/py/unicode.h new file mode 100644 index 0000000000..2468b2fecf --- /dev/null +++ b/py/unicode.h @@ -0,0 +1 @@ +machine_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr); |