]> Dogcows Code - chaz/openbox/commitdiff
move the utf8_skip table into the .cc
authorDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 10:06:41 +0000 (10:06 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 10:06:41 +0000 (10:06 +0000)
otk/ustring.hh

index d156528cd9d507dd4be9e637f6ee526125a76e44..bc00a31a810816d6dae17a3067199e44d638e90a 100644 (file)
@@ -32,18 +32,6 @@ typedef u_int32_t unichar;
 
 #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
This page took 0.023584 seconds and 4 git commands to generate.