This is a tricky bug
First thing in my country the decimal symbol is "," not "."
I use an application that reads xml files.
There are float attributes that look like this : /x="3.14"/
When I use File/Open to read an xml and the directory is not under svn,
everything works fine.
But if the directory is under svn, then the application fails to read
float attributes.
In other word after opening an explorer window with a svn sirectory,
/atof("3.14")/ is 3.000 instead of 3.14 but /atof("3,14")/
is 3.14
I suspect TortoiseSVN to have changed the locale settings of my machine.
Thanx,
Tuan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jan 19 18:53:19 2005