Issue #1971 - Part 3: Update unicharutil perl scripts for Unicode 11 upgrade.

ICU 62 (and therefore 63) requires at least Unicode 11.
This commit is contained in:
Job Bautista 2022-07-24 21:05:07 +08:00 committed by roytam1
commit 9a4a62c8cc
2 changed files with 8 additions and 15 deletions

View file

@ -176,7 +176,7 @@ sub genTest {
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
\@font-face { font-family: foo; src: url($testFont); }
p { font-family: foo; text-transform: ${whichMapping}case; }
p { font-family: foo; font-size: 12px; text-transform: ${whichMapping}case; }
</style>
</head>
<body>
@ -202,7 +202,7 @@ __END__
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
\@font-face { font-family: foo; src: url($testFont); }
p { font-family: foo; }
p { font-family: foo; font-size: 12px; }
</style>
</head>
<body>