https://bugs.documentfoundation.org/show_bug.cgi?id=171264
Bug ID: 171264
Summary: Natural sort should support Roman numerals in
Calc/Writer tables
Product: LibreOffice
Version: 26.2.1.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
Columns containing Roman numerals are currently sorted alphabetically. The
sorting algorithm should detect Roman numerals and sort them by their numeric
value instead.
Steps to Reproduce:
1. Create a column with Roman numerals (e.g., I, II, V, IX, X).
2. Sort the column with "Enable natural sort" enabled/checked.
Actual Results:
The sorting is done alphabetically (e.g., I, II, III, IV, IX, V, VI, VII, VIII,
X).
Expected Results:
The sorting algorithm should detect if the fields are Roman numerals. If they
are, it should sort by their numeric value (e.g., I, II, III, IV, V, VI, VII,
VIII, IX, X).
Reproducible: Always
User Profile Reset: No
Additional Info:
This behavior should also apply when using the 'Sort Ascending' or 'Sort
Descending' options within filters.
--
You are receiving this mail because:
You are the assignee for the bug.