From: Michal MalĂ˝ Date: Sun, 29 Mar 2015 16:33:10 +0000 (+0200) Subject: Improve phrasing of a comment X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=9c591257583703cad857efd0b4988944be9d5da4;p=libHPCS.git Improve phrasing of a comment --- diff --git a/libhpcs.c b/libhpcs.c index ea77bbf..237c7a1 100644 --- a/libhpcs.c +++ b/libhpcs.c @@ -491,8 +491,8 @@ out: return ret; } -/* This function assumes that the date information are composed only - of characters from ISO-8859-1 charset. Under such assumption it is +/* This function assumes that the date information are composed only of the + first 127 characters from ISO-8859-1 charset. Under such assumption it is possible to treat UTF-8 strings as single-byte strings with ISO-8859-1 encoding */ static enum HPCS_ParseCode read_date(FILE* datafile, struct HPCS_Date* date)