Re: [Tinycc-devel] [PATCH] Convert some lines from ISO-8859-1 to UTF-8.

2015-03-10 Thread Thomas Preud'homme
On March 9, 2015 7:16:40 AM GMT+08:00, Michael Matz matz@frakked.de wrote:
 Hi,
 
 On Sun, 8 Mar 2015, Edmund Grimley Evans wrote:
 
  Is this a good change, or pointless fiddling?
 
 It doesn't cause too much churn (only changes 10 lines), and it 
 annoyed me sometimes as well, so IMHO it's a good change.

Agreed.

Best regards,

Thomas


___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


[Tinycc-devel] [PATCH] Convert some lines from ISO-8859-1 to UTF-8.

2015-03-08 Thread Edmund Grimley Evans
lib/armeabi.c uses UTF-8.
RELICENSING, arm-gen.c and i386-asm.c use ISO-8859-1.
Changelog uses a mixture. Yuck!

The script in the commit message converts every line that isn't valid
UTF-8 from ISO-8859-1 to UTF-8.

I'm attaching the compressed patch. I can't very well include it
inline for a fairly obvious reason.

Is this a good change, or pointless fiddling?


2015-03-08-utf-8.patch.gz
Description: Binary data
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


Re: [Tinycc-devel] [PATCH] Convert some lines from ISO-8859-1 to UTF-8.

2015-03-08 Thread Michael Matz

Hi,

On Sun, 8 Mar 2015, Edmund Grimley Evans wrote:


lib/armeabi.c uses UTF-8.
RELICENSING, arm-gen.c and i386-asm.c use ISO-8859-1.
Changelog uses a mixture. Yuck!

The script in the commit message converts every line that isn't valid
UTF-8 from ISO-8859-1 to UTF-8.

I'm attaching the compressed patch. I can't very well include it
inline for a fairly obvious reason.

Is this a good change, or pointless fiddling?


It doesn't cause too much churn (only changes 10 lines), and it 
annoyed me sometimes as well, so IMHO it's a good change.



Ciao,
Michael.

___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel