Re: how would you state requirements involving sorting?

From: Mark Davis ☕️ <mark_at_macchiato.com>
Date: Tue, 24 Jan 2017 13:38:11 +0100

Perhaps suggest something along the following lines.

Sorting. Unicode-conformant collation (http://unicode.org/reports/tr10/)
must be used when sorting titles. The collation must follow the user's
locale, such as using ICU APIs (http://site.icu-project.org/).

Mark

On Tue, Jan 24, 2017 at 7:43 AM, Eric Muller <eric.muller_at_efele.net> wrote:

> Suppose you help somebody write requirements for a piece of software and
> you see an item:
>
> Sorting. Diacritic marks need to be stripped when sorting titles
>
>
> You know that sorting is a lot more complicated than removing diacritics,
> and that giving the directive above to a naive developer is going to lead
> to trouble. You know you want to end up with an implementation involving
> the UCA with a tailoring based on the locale. How would you suggest to
> reword the requirement?
>
> Thanks,
> Eric.
>
>
Received on Tue Jan 24 2017 - 06:39:23 CST

This archive was generated by hypermail 2.2.0 : Tue Jan 24 2017 - 06:39:24 CST