py: Add dedicated unicode header.

This commit is contained in:
Paul Sokolovsky 2014-06-14 03:09:39 +03:00
parent 17994d1bd3
commit ded0fc77f7
1 changed files with 1 additions and 0 deletions

1
py/unicode.h Normal file
View File

@ -0,0 +1 @@
machine_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr);