Skip to content

Commit 0de9cce

Browse files
committed
Drop incorrect change
1 parent 24ac4ef commit 0de9cce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/FontLib/Table/Type/name.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ protected function _parse() {
165165
break;
166166
case 3:
167167
switch ($record->platformSpecificID) {
168-
case 1:
169-
if (\array_key_exists("GBK", $system_encodings)) {
170-
$encoding = "GBK";
171-
}
172-
break;
173168
case 2:
174169
if (\array_key_exists("SJIS", $system_encodings)) {
175170
$encoding = "SJIS";

0 commit comments

Comments
 (0)