emilk / emilk/egui

![Screen Shot 2022-02-21 at 22 16 04](https://user-images.githubusercontent.com/1148717/155027189-5b9787dd-fca1-4d71-9850-fb90d7ab40c3.png)

Open
#4,638 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
30.6k
Forks
2.1k
Avg merge
1d 9h
Merged PRs (30d)
72

Description

![Screen Shot 2022-02-21 at 22 16 04](https://user-images.githubusercontent.com/1148717/155027189-5b9787dd-fca1-4d71-9850-fb90d7ab40c3.png)

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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.