Files
W. Trevor King 89430ffe65 hooks: Order injection by collated JSON filename
We also considered ordering with sort.Strings, but Matthew rejected
that because it uses a byte-by-byte UTF-8 comparison [1] which would
fail many language-specific conventions [2].

There's some more discussion of the localeToLanguage mapping in [3].
Currently language.Parse does not handle either 'C' or 'POSIX',
returning:

  und, language: tag is not well-formed

for both.

[1]: https://github.com/projectatomic/libpod/pull/686#issuecomment-387914358
[2]: https://en.wikipedia.org/wiki/Alphabetical_order#Language-specific_conventions
[3]: https://github.com/golang/go/issues/25340

Signed-off-by: W. Trevor King <wking@tremily.us>

Closes: 
Approved by: mheon
2018-05-11 16:26:35 +00:00
..
2018-02-02 22:44:40 +00:00
2017-11-01 11:24:59 -04:00
2018-04-05 14:13:49 +00:00
2018-03-29 02:18:45 +00:00
2018-03-29 02:18:45 +00:00
2018-03-23 15:35:37 +00:00
2017-11-30 18:05:56 +00:00
2018-02-28 18:06:50 +00:00
2018-05-11 16:26:35 +00:00
2018-05-11 16:26:35 +00:00
2018-03-14 20:21:31 +00:00
2018-03-23 15:35:37 +00:00
2018-04-26 19:14:44 +00:00