Commit 53611b1
Name the escape hatch that actually works (#308)
The peel costs a couple of microseconds per non-ASCII parse and is not
gated on segment_scripts -- deliberate, and the prose already says so,
but a performance-sensitive caller reaches for that field first.
Emptying honorific_tails hits the peel's first-line guard and recovers
the cost; customize.rst already documents that removal as the
BEHAVIORAL off-switch, so one clause there covers the other reason to
reach for it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 46fdc3e commit 53611b1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
| |||
0 commit comments