Quote:
Originally Posted by lina.w
this is just a minor problem, but now that I've got the formatting the way I want to, I'm just wondering why [01.5] appears before [01]?
|
Because period comes before right bracket in the standard character sort order. You can see
the sort order here.
Quote:
I'm guessing there is no way to work around fixing this, so would my only option to getting the ordering right be going back to the previous formatting method?
|
Try putting a space before the closing bracket. The space character sorts before the period. For consistency you might put a space after the opening bracket.