Skip to content

Instantly share code, notes, and snippets.

@1ec5
Created May 7, 2023 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ec5/38f318060fb62565a8a5bd27b95d198b to your computer and use it in GitHub Desktop.
Save 1ec5/38f318060fb62565a8a5bd27b95d198b to your computer and use it in GitHub Desktop.
Break all by grapheme cluster test
<!DOCTYPE html>
<html>
<head>
<style>
p {
width: 0;
border: 1px solid #000000;
word-break: break-all;
}
</style>
</head>
<body>
<h2>word-break: break-all:</h2>
<p>မြေတွေလှရွှေတေ</p>
</body>
</html>
@1ec5
Copy link
Author

1ec5 commented May 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment