* [PROPOSED PATCH] Convert source files to UTF-8
@ 2015-05-24 2:22 Paul Eggert
2015-05-24 2:23 ` Roland McGrath
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggert @ 2015-05-24 2:22 UTC (permalink / raw)
To: libc-alpha
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
Attached is a patch to convert glibc source files to UTF-8, if they're
not in UTF-8 now and there's no good reason to use some other encoding.
Since this patch contains mixed encodings it's likely to give email
clients conniptions, so I've compressed it and attached the compressed
version. It should all be fairly straightforward if you can get past
the encoding problems.
[-- Attachment #2: 0001-Convert-source-files-to-UTF-8.txt.gz --]
[-- Type: application/gzip, Size: 26710 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PROPOSED PATCH] Convert source files to UTF-8
2015-05-24 2:22 [PROPOSED PATCH] Convert source files to UTF-8 Paul Eggert
@ 2015-05-24 2:23 ` Roland McGrath
0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2015-05-24 2:23 UTC (permalink / raw)
To: Paul Eggert; +Cc: libc-alpha
Converting old ChangeLog files (or any other files not involved in the
build or install) is an "obvious enough". Just do that on its own and
commit it.
Then for further changes you can follow our protocol, which requires
including the ChangeLog entries in the message outside any patch or
attachment. That makes it reasonable to have a review thread at all
for a patch that has to be in an encoded attachment.
What I'd recommend for the first set of changes is replacing non-ASCII
literal bytes in strings with C escapes, and any conversions in comments
or string literals in any file. That's a change for which you can report
that you've verified the build products are completely unchanged before
and after the change. Then it needs barely any review, and can go in
very quickly.
Attack the other changes after those are in.
Thanks,
Roland
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-22 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-24 2:22 [PROPOSED PATCH] Convert source files to UTF-8 Paul Eggert
2015-05-24 2:23 ` Roland McGrath
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).