Kaydet (Commit) 69638bea authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#82259 possible solution to 'GB18030 Bitmap' detected as Japanese

Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27
üst 5282daad
......@@ -1164,7 +1164,7 @@ namespace
if (bKore && !bJpan && !bHans)
eScript = USCRIPT_KOREAN;
else if (bJpan && !bKore && !bHant)
else if (bJpan && !bKore && !bHans)
eScript = USCRIPT_JAPANESE;
else if (bHant && !bHans && !bKore && !bJpan)
eScript = USCRIPT_TRADITIONAL_HAN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment