Should always use Unicode in RichTextBox
Open
area-controls-RichEdit
enhancement
tenet-performance
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
`RichTextBox` uses the latest RichEdit and as such should be able to remove the code paths where we're grabbing `Encoding` and converting back and forth from Unicode to ASCII. If we're using Unicode everywhere we can be more efficient and avoid conversion headaches.
See #3032 for an example of where this happens.
Contributor guide
Assessment
This issue has not been assessed yet.