We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450571a commit de1846aCopy full SHA for de1846a
src/lib.rs
@@ -158,7 +158,7 @@ fn single_char_width(c: char, is_cjk: bool) -> Option<usize> {
158
// U+0020 to U+007F (exclusive) are single-width ASCII codepoints
159
Some(1)
160
} else {
161
- // U+0001 to U+0020 (exclusive) are control codes
+ // U+0000 to U+0020 (exclusive) are control codes
162
None
163
}
164
} else if c >= '\u{A0}' {
0 commit comments