]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - include/pipes_text_cbits.h
left codec module
[github/fretlink/text-pipes.git] / include / pipes_text_cbits.h
1 /*
2 * Copyright (c) 2013 Bryan O'Sullivan <bos@serpentine.com>.
3 */
4
5 #ifndef _pipes_text_cbits_h
6 #define _pipes_text_cbits_h
7
8 #define UTF8_ACCEPT 0
9 #define UTF8_REJECT 12
10
11 #endif