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: