From de0aabcd0d73936ce751a71b215da1d5efa4db5d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 15 Sep 2018 06:14:18 +0200 Subject: [PATCH] [sfnt] Comment fix. --- src/sfnt/sfdriver.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/sfnt/sfdriver.c b/src/sfnt/sfdriver.c index 23f4a18e1..a15560e7b 100644 --- a/src/sfnt/sfdriver.c +++ b/src/sfnt/sfdriver.c @@ -464,12 +464,7 @@ typedef int (*char_type_func)( int c ); - /* - * Handling of PID/EID 3/0 and 3/1 is the same. The language ID - * restriction to use value 0x409 (US English) comes from OpenType's - * recommendation section - * (https://docs.microsoft.com/en-us/typography/opentype/spec/recom#name). - */ + /* Handling of PID/EID 3/0 and 3/1 is the same. */ #define IS_WIN( n ) ( (n)->platformID == 3 && \ ( (n)->encodingID == 1 || (n)->encodingID == 0 ) )