This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
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 11:35:21 -03: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 18:14:14 -03:00
<
p
>
🧑🚒
<
/
p
>
<
p
>
🏴☠️
<
/
p
>
<
p
>
🧑🧑🧒🧒
<
/
p
>
Reference in a new issue
Copy permalink