From 304ef620819d87b9bf0c128da0eb4d9d394a2954 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 15 Mar 2019 17:00:17 +0100 Subject: Removed all FIXME comments in code We expand informational comments on limitations, but with removing FIXME (keyword didn't help fixing these), and remove completely unhelpful or comments about ideas. Signed-off-by: Nikos Mavrogiannopoulos --- lib/str-unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/str-unicode.c') diff --git a/lib/str-unicode.c b/lib/str-unicode.c index 0cd47d4953..d66710a5f2 100644 --- a/lib/str-unicode.c +++ b/lib/str-unicode.c @@ -123,7 +123,7 @@ static int check_for_valid_freeformclass(uint32_t *ucs4, unsigned ucs4_size) /* Disallowed o Old Hangul Jamo characters, i.e., the OldHangulJamo ("I") category - [FIXME: not handled in this code] + (not handled in this code) o Control characters, i.e., the Controls ("L") category -- cgit v1.2.1