fix: use chr(0xA0) instead of a literal/escaped NBSP

Two prior attempts to fix this line via a literal or  -escaped
non-breaking space both silently reverted back to a no-op regular-space
replace during transcription. Using chr(0xA0) instead removes any
non-ASCII or backslash-escape character from the source line entirely.
This commit is contained in:
2026-07-07 20:27:17 -04:00
parent 4b45251682
commit 82cec27c11
+1 -1486
View File
File diff suppressed because it is too large Load Diff