Re: [office-formula] Semantics

From
Richard Kernick <>
Date
2006-03-04T20:58:32+00:00
ID
Thread
Re: [office-formula] Semantics
Hmmm. What about DEFINING the text-conversion routines, to be
locale-independent ? This is about a file format, right ? The apps
WILL have to store numbers in a locale-neutral way - probably using
the US locale. So, why not make it so that text constants can get
auto-converted to numbers using only the english locale ? For simple
numbers (integer), this will work normally, for the rest, it's the
same as if it was not supported at all - we get interoperability,
because everyone parses using the same rules, and we also get
flexibility. The best from both worlds :)