unicode/utf8: Start of the package (stub)
We will soon need to use error rune codepoint from both golang_str.pyx and strconv.pyx - so we need to move that definition into shared place. What fits best is unicode/utf8, so start that package and move the constant there.
Showing
golang/unicode/__init__.py
0 → 100644
golang/unicode/_utf8.pxd
0 → 100644
golang/unicode/utf8.h
0 → 100644
golang/unicode/utf8.pxd
0 → 100644
Please register or sign in to comment