Skip to content

Commit 77938be

Browse files
committed
Improved font subsetter tool
1 parent 83700f3 commit 77938be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/make_subset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$name = isset($_GET["name"]) ? $_GET["name"] : null;
2020

2121
if (isset($_POST["subset"])) {
22-
$subset = utf8_encode($_POST["subset"]);
22+
$subset = $_POST["subset"];
2323

2424
ob_start();
2525

0 commit comments

Comments
 (0)