
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description

It gets weirder. Hovering the large `S` here shows the text for [Fullwidth Latin Capital Letter T](https://unicode-table.com/en/FF34/). Clicking it and pasting here, we get: `T`. Pasting that `T` into egui will make it sometimes show up as `S`, and sometimes as `t` (lowercase!) depending on where in `egui` you paste it into.
_Originally posted by @emilk in https://github.com/emilk/egui/issues/1284#issuecomment-1047234650_
This URL https://unicode-table.com/ has changed to https://symbl.cc/
Contributor guide
Research direction
Start by reproducing the fullwidth-character behavior described in the issue, including hovering, clicking, and pasting the characters into different egui locations. The payload names no source file, entry point, or test, so trace the relevant text input and rendering paths. Done means pasted fullwidth characters display consistently with their original character and case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100