all repos — openbox @ 3d012bcb47eda9210fa49df28efa8b59c2949c05

openbox fork - make it a bit more like ryudo

move the utf8_skip table into the .cc
Dana Jansens danakj@orodu.net
commit

3d012bcb47eda9210fa49df28efa8b59c2949c05

parent

23686632d48fe9d31fb4538593e995df766743a2

1 files changed, 0 insertions(+), 12 deletions(-)

jump to
M otk/ustring.hhotk/ustring.hh

@@ -32,18 +32,6 @@

#ifndef DOXYGEN_IGNORE -//! The number of bytes to skip to find the next character in the string -const char utf8_skip[256] = { - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, - 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,1,1 -}; - unichar utf8_get_char(const char *p); #endif // DOXYGEN_IGNORE