Files
anki/rslib
llama e10ce1518e fix(io): text label escaping (#5206)
## Linked issue (required)

Fixes #5204

## Summary / motivation (required)

This pr fixes incorrect IO text label escaping logic

## Steps to reproduce (required, use N/A if not applicable)

1. In the IO editor, make a text label with `🔤`
2. Reload the note and observe that its gone

## How to test (required)

`./check` and IO notes with text labels like `🔤`, `\:a\b\:`, `::\::`
etc.

### Checklist (minimum)

- [x] I ran `./ninja check` or an equivalent relevant check locally.
- [x] I added or updated tests when the change is non-trivial or
behavior changed.

### Details

Please see commit messages

## Scope

- [x] This PR is focused on one change (no unrelated edits).
2026-07-25 15:25:58 +03:00
..
2025-09-01 14:55:49 +10:00
2026-07-25 15:25:58 +03:00
2025-06-27 16:10:12 +07:00
2020-11-01 14:26:58 +10:00
2023-07-01 18:26:43 +10:00
2023-07-02 18:22:44 +10:00
2022-11-27 15:24:20 +10:00
2025-06-29 11:50:49 +07:00

Anki's Rust code.