From kde-windows Fri Sep 18 18:59:00 2009 From: Christian Ehrlicher Date: Fri, 18 Sep 2009 18:59:00 +0000 To: kde-windows Subject: Re: KDE on asian windows versions? Could not determine Message-Id: <4AB3D874.6040304 () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-windows&m=125330042105676 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============1709366020==" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1709366020== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9DFC1E282B6BC3A4B8028121" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9DFC1E282B6BC3A4B8028121 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Bernhard Reiter schrieb: > Carlo, Christian, Casper, >=20 > thanks for responding, that was helpful! >=20 > Am Freitag, 18. September 2009 11:45:50 schrieb Carlo: >> there is a known error when using non latin character in the username,= >> kde can't access the .kde folder, maybe the "Program Files" folder is >> written in chinese too? >=20 > Am Freitag, 18. September 2009 13:11:24 schrieb Casper van Donderen: >> Known problem, >> >> KDE does not work on Windows versions which are non-ASCII. Bugs are op= en >> about Japanese and Russian, I assume Arabic also does not work. >=20 > Yes I was assuming problems in this area,=20 > but I failed to search the kde tracker before asking. :/ > My next step is to look into those issues. > I take it we do not have people from those areas as part of our communi= ty? >=20 One big reason why it doesn't work is because Qt's QTemporaryFile isn't unicode-safe on windows. See qtemporaryfile.cpp:352 char *filename =3D qstrdup(qfilename.toLocal8Bit()); This doesn't work when the locale doesn't contain the used characters. And since we're storing all KTemporaryFile's in the user home dir this is a very big problem... Who wants to write a bug report to tt? Christian --------------enig9DFC1E282B6BC3A4B8028121 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkqz2H4ACgkQHAIuqbOiZ+lbyQCfT7xZ/YWRQfY/5ohcaCGAi+sN EfsAoKYf71t7z0VYJb2cV3K6r/kTmgdZ =UEt2 -----END PGP SIGNATURE----- --------------enig9DFC1E282B6BC3A4B8028121-- --===============1709366020== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows --===============1709366020==--