From fa095a4504cbe668e4244547e2c141597bea4ecf Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 14 Sep 2009 12:32:44 +0200 Subject: Imported Upstream version 0.9.1 --- doc/unitypes.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/unitypes.texi (limited to 'doc/unitypes.texi') diff --git a/doc/unitypes.texi b/doc/unitypes.texi new file mode 100644 index 00000000..696ba881 --- /dev/null +++ b/doc/unitypes.texi @@ -0,0 +1,15 @@ +@node unitypes.h +@chapter Elementary types @code{} + +The include file @code{} provides the following basic types. + +@deftp Type uint8_t +@deftpx Type uint16_t +@deftpx Type uint32_t +These are the storage units of UTF-8/16/32 strings, respectively. The definitions are +taken from @code{}, on platforms where this include file is present. +@end deftp + +@deftp Type ucs4_t +This type represents a single Unicode character, outside of an UTF-32 string. +@end deftp -- cgit v1.2.3