aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-12-23 13:02:49 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-12-23 13:02:49 -0500
commit8c48280926efffc0ca52a5d9ca796d639d053379 (patch)
tree972ca8955b5581d634663424e973e56fa4487fe5 /include
parent8853a440e37523bae8cb46827d0d2d356bad5c46 (diff)
downloadtext-pipes-8c48280926efffc0ca52a5d9ca796d639d053379.tar.gz
text-pipes-8c48280926efffc0ca52a5d9ca796d639d053379.tar.zst
text-pipes-8c48280926efffc0ca52a5d9ca796d639d053379.zip
variant using text internals in place of text streamDecodeUtf8
Diffstat (limited to 'include')
-rw-r--r--include/pipes_text_cbits.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pipes_text_cbits.h b/include/pipes_text_cbits.h
new file mode 100644
index 0000000..b9ab670
--- /dev/null
+++ b/include/pipes_text_cbits.h
@@ -0,0 +1,11 @@
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