This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2026-04-19 18:30:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
multi-code-point-graphemes.html
5 lines
89 B
HTML
Raw
Normal View
History
Unescape
Escape
Meta: Add doctypes to more layout tests
2025-05-04 16:35:21 +02:00
<!DOCTYPE html>
LibWeb: Iterate over text chunks using a grapheme-aware segmenter Our current text iterator is not aware of multi-code point graphemes. Instead of simply incrementing an iterator one code point at a time, use our Unicode grapheme segmenter to break text into fragments.
2024-09-20 17:14:14 -04:00
<
p
>
🧑🚒
<
/
p
>
<
p
>
🏴☠️
<
/
p
>
<
p
>
🧑🧑🧒🧒
<
/
p
>
Reference in a new issue
Copy permalink