Fixed comment.

This commit is contained in:
Vincent Richard 2013-06-09 10:24:56 +02:00
parent b63537b609
commit 02e1cf65ab

View File

@ -52,7 +52,7 @@ VMIME_TEST_SUITE_BEGIN(charsetFilteredOutputStreamTest)
VASSERT_NOT_NULL("filteredOutputStream availability", cfos);
// føo = 66 c3 b8 6f [UTF8]
// føo = 66 c3 b8 6f [latin1]
// føo = 66 f8 6f [latin1]
cfos->write("\x66\xc3", 2);