feature/what-unicode-character-is-this #9

Merged
flopana merged 13 commits from feature/what-unicode-character-is-this into develop 2026-02-26 21:39:06 +00:00
Owner
No description provided.
equivalent
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 34s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 26s
CI / go-build (push) Successful in 1m15s
8e00bd0fec
generate unicodeBlock ranges from the unicode standard
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 37s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 26s
CI / go-build (push) Successful in 1m15s
550a541e51
add shadcn table
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 1m22s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 26s
CI / go-build (push) Successful in 1m15s
57b7213803
fix table
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 38s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 28s
CI / go-build (push) Successful in 1m15s
18452406cb
remove control character check just follow unicode for now
Some checks failed
CI / display-os-info (push) Successful in 1s
CI / test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / go-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled
5e4b792a91
update readme for unicode char detector
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 38s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 27s
CI / go-build (push) Successful in 1m15s
a3b527e6bb
revibe the generate unicode script to typescript
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 37s
CI / docker-build (push) Has been skipped
CI / frontend-build (push) Successful in 25s
CI / go-build (push) Successful in 1m15s
CI / display-os-info (pull_request) Successful in 1s
CI / test (pull_request) Successful in 31s
CI / docker-build (pull_request) Has been skipped
CI / frontend-build (pull_request) Successful in 24s
CI / go-build (pull_request) Successful in 1m16s
35512a92c4
claude wrote this
replace non-ASCII literals with Unicode escape sequences in tests
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 34s
CI / docker-build (push) Has been skipped
CI / display-os-info (pull_request) Successful in 1s
CI / test (pull_request) Successful in 32s
CI / docker-build (pull_request) Has been skipped
CI / frontend-build (push) Successful in 24s
CI / frontend-build (pull_request) Successful in 23s
CI / go-build (push) Successful in 1m15s
CI / go-build (pull_request) Successful in 1m16s
550df4b03b
@ -0,0 +155,4 @@
it("counts astral code points correctly", () => {
// 𝔄 is U+1D504 — a single code point above BMP
const result = analyzeUnicode("𝔄");
Author
Owner

does not render properly until 9c04c496c5

does not render properly until 9c04c496c54d
flopana force-pushed feature/what-unicode-character-is-this from 550df4b03b
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 34s
CI / docker-build (push) Has been skipped
CI / display-os-info (pull_request) Successful in 1s
CI / test (pull_request) Successful in 32s
CI / docker-build (pull_request) Has been skipped
CI / frontend-build (push) Successful in 24s
CI / frontend-build (pull_request) Successful in 23s
CI / go-build (push) Successful in 1m15s
CI / go-build (pull_request) Successful in 1m16s
to 9c04c496c5
All checks were successful
CI / display-os-info (push) Successful in 1s
CI / test (push) Successful in 33s
CI / docker-build (push) Has been skipped
CI / display-os-info (pull_request) Successful in 1s
CI / test (pull_request) Successful in 32s
CI / docker-build (pull_request) Has been skipped
CI / frontend-build (push) Successful in 23s
CI / frontend-build (pull_request) Successful in 23s
CI / go-build (push) Successful in 1m15s
CI / go-build (pull_request) Successful in 1m15s
2026-02-26 21:33:15 +00:00
Compare
flopana merged commit 88901e9783 into develop 2026-02-26 21:39:06 +00:00
flopana deleted branch feature/what-unicode-character-is-this 2026-02-26 21:39:06 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
flopana/OpenDevTools!9
No description provided.