Commit Graph

2 Commits

Author SHA1 Message Date
4ff3024108 Convert initial libunicode into library structure
Edit the example file to reflect the changes
2026-03-18 02:15:50 +05:30
8de745c811 Add initial libunicode for UTF-8 parsing and example
- Added libunicode.asm to parse UTF-8 strings.
- Implemented count_utf8_codepoints to skip continuation bytes.
- Implemented count_utf8_graphemes to handle ZWJ (E2 80 8D) and combining marks (CC/CD).
- Added console.asm to the examples folder to test and print the results.
- Submitted for GSoC qualification task.
2026-03-15 23:22:08 +05:30