Escape sequences for bytes/codepoints in strings #149

Open
opened 2024-03-18 22:41:57 +00:00 by rbt · 0 comments
Owner

Nix strings can contain non-printing characters like \x1b, but the repl can't correctly print them and users can't enter them using printing characters in strings.

Proposal: support \x1b. Possibly also \u{xxxx}.

Nix strings can contain non-printing characters like `\x1b`, but the repl can't correctly print them and users can't enter them using printing characters in strings. Proposal: support `\x1b`. Possibly also `\u{xxxx}`.
jade added the
ux
label 2024-03-18 22:42:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#149
No description provided.