Issue with checkbox checking and unicode #7462

Closed
opened 2025-11-02 07:26:30 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @gregzawadzki on GitHub (Jun 14, 2021).

  • Gitea version (or commit ref):
  • Git version:. 15.0+dev-411-g2b3935744
    It's reproducable on try.gitea.io aswell as on my docker 1.14.2

If I create issue with checkboxes

- [ ] Mrówka testowa
- [ ] Źródło piąte
- [ ] Część 1
- [ ] Część trzecia 1

It's created OK but when I check all checkboxes and hit f5 to refresh page:
obraz

Code becomes

- [x] Mrówka testowa
- [ x Źródło piąte
- [ ] Czxść 1
- [ ] Częśćxtrzecia 1

It seems that while "Checking" checkbox it assumes all characters are only 8 bits and ignores 16 bits ones (probably higher ones too)

Originally created by @gregzawadzki on GitHub (Jun 14, 2021). - Gitea version (or commit ref): - Git version:. 15.0+dev-411-g2b3935744 It's reproducable on try.gitea.io ~aswell as on my docker 1.14.2~ If I create issue with checkboxes ``` - [ ] Mrówka testowa - [ ] Źródło piąte - [ ] Część 1 - [ ] Część trzecia 1 ``` It's created OK but when I check all checkboxes and hit f5 to refresh page: ![obraz](https://user-images.githubusercontent.com/1544469/121883629-43786080-cd12-11eb-994a-5e6f296eba46.png) Code becomes ``` - [x] Mrówka testowa - [ x Źródło piąte - [ ] Czxść 1 - [ ] Częśćxtrzecia 1 ``` It seems that while "Checking" checkbox it assumes all characters are only 8 bits and ignores 16 bits ones (probably higher ones too)
GiteaMirror added the skip-changelogtype/bug labels 2025-11-02 07:26:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7462