From 40e86980c25aad13ad29440afbb20ac263860382 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 1 Apr 2009 22:58:31 +0000 Subject: Lose garbage todo svn path=/trunk/libparserutils/; revision=7025 --- src/input/inputstream.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/input') diff --git a/src/input/inputstream.c b/src/input/inputstream.c index 842bc2f..150dcce 100644 --- a/src/input/inputstream.c +++ b/src/input/inputstream.c @@ -502,9 +502,6 @@ parserutils_error parserutils_inputstream_strip_bom(uint16_t mibenum, SLEN("UTF-32LE")); } - /** \todo Handle unmarked UTF-16 and UTF-32. Endianness is specified - * by the BOM, if present, or is assumed to be big endian. */ - #define UTF32_BOM_LEN (4) #define UTF16_BOM_LEN (2) #define UTF8_BOM_LEN (3) -- cgit v1.2.3