Skip to content

Fix a typo

Liu Linsong requested to merge kingysu/gtk:gtk-3-24 into gtk-3-24
  1. According to the UTF-8 spec, ASCII character's charcode is from 0 to 127 inclusively.

  2. Any charcode which is greater than or equal to 128 will be a multi-byte character.

Merge request reports