Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #61498
| From | "Trent W. Buck" <trentbuck@gmail.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) |
| Date | 2018-07-19 08:00 +0200 |
| Message-ID | <wda8N-6On-7@gated-at.bofh.it> (permalink) |
| References | <wd4Zs-3yi-39@gated-at.bofh.it> <sFhW1-7Z6-1@gated-at.bofh.it> <wd4Zs-3yi-37@gated-at.bofh.it> <sFhW1-7Z6-1@gated-at.bofh.it> <wd4Zs-3yi-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Debian Bug Tracking System wrote:
> + LC_ALL=C sort
> [and similar LC_ALL=C elsewhere]
I think you can dial that back from LC_ALL=C to just LC_COLLATE=C.
Informal proof:
bash4$ printf %s\\n README ReadMe readme | LC_COLLATE=en_AU.UTF-8 sort
readme
ReadMe
README
bash4$ printf %s\\n README ReadMe readme | LC_COLLATE=C sort
README
ReadMe
readme
bash4$ printf %s\\n README ReadMe readme | LC_ALL=C sort
README
ReadMe
readme
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-07-19 02:30 +0200
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) "Trent W. Buck" <trentbuck@gmail.com> - 2018-07-19 08:00 +0200
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) Ben Hutchings <ben@decadent.org.uk> - 2018-07-19 17:00 +0200
csiph-web