8c48280
1 2 3 4 5 6 7 8 9 10 11
/* * Copyright (c) 2013 Bryan O'Sullivan <bos@serpentine.com>. */ #ifndef _pipes_text_cbits_h #define _pipes_text_cbits_h #define UTF8_ACCEPT 0 #define UTF8_REJECT 12 #endif