diff options
Diffstat (limited to 'py/unicode.h')
-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); |