Commit b83a55b
Use Char_isControl() in non-wide RichString rendering
Replace the >= 32 byte check with Char_isControl() which also
filters DEL (0x7F), consistent with the wide-char path that
uses iswprint().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 001eb63 commit b83a55b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments