From 9c591257583703cad857efd0b4988944be9d5da4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Sun, 29 Mar 2015 18:33:10 +0200 Subject: [PATCH] Improve phrasing of a comment --- libhpcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.5