Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#13603 closed Bug Report - General (fixed)

Improper sorting for names starting with 'An'.

Reported by: David Hampton Owned by: David Hampton
Priority: minor Milestone: 31.1
Component: MythTV - General Version: Master Head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Any file name starting with 'An' is improperly sorted in US English. Sorting should only occur when 'An' is a separate word and not when it is the first two characters of a longer word.

Change History (2)

comment:1 Changed 5 years ago by David Hampton <mythtv@…>

Resolution: fixed
Status: assignedclosed

In 5d3743c79/mythtv:

Fix improper sorting of names that start with "An".

The US English translation accidentally removed the space after this
word, causing it to always be removed instead of just when it was a
separate word.

Fixes #13603.

comment:2 Changed 5 years ago by David Hampton <mythtv@…>

In ece4ff7eb/mythtv:

Fix improper sorting of names that start with "An".

The US English translation accidentally removed the space after this
word, causing it to always be removed instead of just when it was a
separate word.

Fixes #13603.

(cherry picked from commit 5d3743c7989813d4297ff97ba8959cf17b659889)

Note: See TracTickets for help on using tickets.