[klreq] Quotation Marks

I think there's a Unicode error in

   # Full-width opening parentheses and quotation marks
   # positioned in the character frame ({[〔《「『 ' "
   # (U+FF08, U+FF5B, U+FF3B, U+3014, U+300A, U+300C,
   # U+300E, U+ 02BB, U+201C) 전각 열기 괄호와 굽은 열기
   # 따옴표의 글자틀 내 위치 ({[〔《「『 ‘ “ (U+FF08, U+FF5B,
   # U+FF3B, U+3014, U+300A, U+300C, U+300E, U+ 02BB,
   # U+201C)

U+02BB is MODIFIER LETTER TURNED COMMA
   http://www.fileformat.info/info/unicode/char/02bb/index.htm
which is not even a punctuation character.

I am pretty sure this is wrong and it should be U+2018 and U+2019.
   http://www.fileformat.info/info/unicode/char/2018/index.htm
   http://www.fileformat.info/info/unicode/char/2019/index.htm

~fantasai

Received on Thursday, 18 August 2016 20:00:22 UTC