summaryrefslogtreecommitdiff
path: root/src/charset/codec.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-06-28 14:20:50 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-06-28 14:20:50 +0000
commitd7428881c86e1b1305f6d52a9a7a3af5dd5afa37 (patch)
tree018ccf4c94f2d0fe661e445a5de4d05cb611f819 /src/charset/codec.c
parentbbbdd1e8779bb359060f4104699994ef5d21877e (diff)
downloadlibparserutils-d7428881c86e1b1305f6d52a9a7a3af5dd5afa37.tar.gz
libparserutils-d7428881c86e1b1305f6d52a9a7a3af5dd5afa37.tar.bz2
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4
svn path=/trunk/libparserutils/; revision=4469
Diffstat (limited to 'src/charset/codec.c')
-rw-r--r--src/charset/codec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset/codec.c b/src/charset/codec.c
index 5c3fb3a..b1e2e4a 100644
--- a/src/charset/codec.c
+++ b/src/charset/codec.c
@@ -117,7 +117,7 @@ parserutils_error parserutils_charset_codec_setopt(
}
/**
- * Encode a chunk of UCS4 data into a codec's charset
+ * Encode a chunk of UCS-4 data into a codec's charset
*
* \param codec The codec to use
* \param source Pointer to pointer to source data
@@ -142,7 +142,7 @@ parserutils_error parserutils_charset_codec_encode(
}
/**
- * Decode a chunk of data in a codec's charset into UCS4
+ * Decode a chunk of data in a codec's charset into UCS-4
*
* \param codec The codec to use
* \param source Pointer to pointer to source data