From kde-i18n-doc Mon Jun 14 12:41:15 2004 From: Tom Albers Date: Mon, 14 Jun 2004 12:41:15 +0000 To: kde-i18n-doc Subject: Re: kdeedu/kalzium.pot empty Message-Id: <200406141441.15875.tomalbers () kde ! nl> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=108721696028880 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_rzZzAoQGAN/iECi" --Boundary-00=_rzZzAoQGAN/iECi Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op maandag 14 juni 2004 15:16, schreef Bram Schoenmakers: > Nicolas Goutte! We've been expecting you... > > > I have looked at it by WebCVS. I have not found anything wrong that cou= ld > > have upset Scripty in the source. > > > > Are other templates changed in a curious way? > > This does remind me of my first commit :) > Scripty cannot handle non-UTF8-files, and makes the corresponding *.pot > empty. Bram, you are correct. stateofmatterdialog_impl.cpp contains the sign for=20 degrees celsius: # file stateofmatterdialog_impl.cpp stateofmatterdialog_impl.cpp: ISO-8859 English text This patch makes it utf8: # file stateofmatterdialog_impl.cpp stateofmatterdialog_impl.cpp: UTF-8 Unicode English text Shall I commit? Tom Albers =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAzZzrcgQkT9GFRQ8RAjIQAJ9GxSxRWZSQs/2fHr9+UDsHcicM3ACgyEwZ fs1zKrnJpqMqJZPOJ8PZGsc=3D =3DFkEe =2D----END PGP SIGNATURE----- --Boundary-00=_rzZzAoQGAN/iECi Content-Type: text/x-diff; charset="iso-8859-1"; name="kalzium" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kalzium" Index: kalzium/src/stateofmatterdialog_impl.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/kdeedu/kalzium/src/stateofmatterdialog_impl.cpp,v retrieving revision 1.1 diff -u -r1.1 stateofmatterdialog_impl.cpp =2D-- kalzium/src/stateofmatterdialog_impl.cpp 11 Jun 2004 17:30:43 -0000 1= =2E1 +++ kalzium/src/stateofmatterdialog_impl.cpp 14 Jun 2004 12:37:56 -0000 @@ -51,7 +51,7 @@ UserInput->setMaxValue( 6000 ); break; case 2: =2D UserInput->setSuffix( i18n( "The symbol for Degree Celsius. There is = a space in front of the =B0C!", " =B0C" ) ); + UserInput->setSuffix( i18n( "The symbol for Degree Celsius. There is a = space in front of the =C2=B0C!", " =C2=B0C" ) ); Dial->setMinValue( -273 ); Dial->setMaxValue( 200 ); UserInput->setMinValue( -273 ); --Boundary-00=_rzZzAoQGAN/iECi--