Title filter should not capitalize ordinals
The main problem I have with the title filter is that if you have, say, an address "555 WEST 53RD STREET", and you want to run it through a title filter, you get "555 West 53Rd Street". The letters coming after the digits should not be capitalized.
Just like the title filter special cases for apostrophes (making sure JOE'S CRAB SHACK doesn't turn into Joe'S Crab Shack), it should also lower letters coming directly after numbers.
Cc: |
Gonzalo Saavedra added
|
Owner: |
changed from nobody to Randy Barlow
|
Status: |
new → assigned
|
Needs tests: |
set
|
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Needs tests: |
unset
|
Patch needs improvement: |
unset
|
Owner: |
changed from Randy Barlow to Karen Tracey
|
Status: |
assigned → new
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
This patch needs a unit test too. Working on it!