We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ac4ef commit 0de9cceCopy full SHA for 0de9cce
1 file changed
src/FontLib/Table/Type/name.php
@@ -165,11 +165,6 @@ protected function _parse() {
165
break;
166
case 3:
167
switch ($record->platformSpecificID) {
168
- case 1:
169
- if (\array_key_exists("GBK", $system_encodings)) {
170
- $encoding = "GBK";
171
- }
172
- break;
173
case 2:
174
if (\array_key_exists("SJIS", $system_encodings)) {
175
$encoding = "SJIS";
0 commit comments