-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ODF 1.2 Part 2 CD 3
-
Component/s: OpenFormula
-
Labels:None
-
Proposal:
-
Resolution:
TRIM says that "spaces are removed but doesn't define "space."
Suggest we base it on the definition of space in part 1:
- HORIZONTAL TABULATION (0x0009)
- LINE FEED (0x000A)
- CARRIAGE RETURN (0x000D)
- SPACE (0x0020)
Thus:
A space is one or more, HORIZONTAL TABULATION (0x0009), LINE FEED (0x000A), CARRIAGE RETURN (0x000D) or SPACE (0x0020) characters.