-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: No Action
-
Affects Version/s: None
-
Fix Version/s: ODF 1.2
-
Component/s: OpenFormula
-
Labels:None
The spec says for the hex base a leading 0x and/or a trailing H are legal. Are the x and H in that case-insensitive like the rest of the number? What about pre-fixes and post-fixes for octal or binary? Is there some generalization that applies to all bases?
In OpenDocument-formula-20100119.odt the definition says
"If Radix is 16, a leading regular expression "0?[Xx]" is ignored, as is a trailing letter H or h. If Radix is 2, the letter b or B at the end is ignored (if present)."
These are special cases, no other prefixes or postfixes are accepted.