Skip to content

Commit

Permalink
Exclude Korean currency symbol (WON SIGN) from being treated like Chi…
Browse files Browse the repository at this point in the history
…nese/Japanese characters during CSS segment break transformation.

Differential Revision: https://phabricator.services.mozilla.com/D235669

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1940947
gecko-commit: 72b0ae433f15d977419af447a226f06b2f7e2d8e
gecko-reviewers: dshin
  • Loading branch information
jfkthame authored and moz-wptsync-bot committed Jan 27, 2025
1 parent a70eef9 commit b016438
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Segment break transformation reference</title>

<p>Each currency amount should have space before and after; there should be no other spaces.</p>
<p lang="ja" style="font-family: sans-serif; word-spacing: 1em;">
価格は $1.00 です。価格は ¥150 です。価格は €1.00 です。価格は ₩1500 です。
</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Segment break transformation: currency symbols</title>
<link rel="author" href="mailto:[email protected]">
<link rel="match" href="segment-break-transformation-currency-001-ref.html">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1940947">
<meta name="flags" content="should" />

<p>Each currency amount should have space before and after; there should be no other spaces.</p>
<p lang="ja" style="font-family: sans-serif; word-spacing: 1em;">
価格は
$1.00
です。
価格は
¥150
です。
価格は
€1.00
です。
価格は
₩1500
です。
</p>

0 comments on commit b016438

Please sign in to comment.