mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Embedded: fix font support for eastern countries
This commit is contained in:
parent
0b130540f4
commit
c4cfcd0604
4 changed files with 4 additions and 2 deletions
|
@ -160,8 +160,8 @@ ImageWriter::ImageWriter(QObject *parent)
|
|||
{
|
||||
QString langcode = tf.mid(11, tf.length()-14);
|
||||
/* FIXME: we currently lack a font with support for Chinese characters in embedded mode */
|
||||
if (isEmbeddedMode() && langcode == "zh")
|
||||
continue;
|
||||
//if (isEmbeddedMode() && langcode == "zh")
|
||||
// continue;
|
||||
|
||||
QLocale loc(langcode);
|
||||
/* Use "English" for "en" and not "American English" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue