[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] decimal symbol and svn

From: Tuan Ngo <tngo_at_cyanide-studio.com>
Date: 2005-01-19 18:52:07 CET

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

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.