[vtkusers] Localization problem
Tim Thornton
tthornt at lycos.co.uk
Sat Feb 7 12:14:26 EST 2004
This is Windows standard behaviour. Your location properties in Windows (set via region and language
properties in control panel) say use a "," for the decimal point in strings. The VRML export code is almost
definitely using the standard Windows functionsto write numbers, and picks up the format from the localisation
settings on your PC.
Ideally the code should be rewritten to always use a ".", but failing this you could temporarily change the
number formatting for your region.
Regards,
Tim Thornton
------- Original message -------
From: Carlos Martinez <cmarbur at iti.upv.es>
Date: Wed, 14 Jan 2004 12:29:17 +0100 (CET)
Subject: Re: [vtkusers] Localization problem
On Wed, 14 Jan 2004, Carlos Martinez wrote:
> Hi all.
>
> I think I have a problem about localization using VTK. I'm doing a program
> to convert an scene to VRML using vtkVRMLExporter. I use Java wrapper and
> I'm in Spain.
>
> The problem is that, when I use the exporter, floating point numbers are
> writed using ',' instead of '.', that is expected in VRML. I have the same
> problem using vtkGL2PSExporter to export to PDF.
>
> I don't know where is the error but when I do the program in C++ I don't
> get it. I have look at the sources and simple printf methods are used so I
> don't know where is the problem. I think it is on the wrapper. Do you know
> something about it? How could I get '.' instead of ','?
>
> Thanks in advance.
>
>
Hi again.
I have tried using writers instead of exporters and the problem is still
there.
--
----------------------------------------------------------------------
Carlos Martínez Burgos | Instituto Tecnológico de Informática
Ingeniero Informático | Universidad Politécnica de Valencia
Tlf: +34 963877237 | Camí de Vera, S/N
cmarbur at iti.upv.es | 46071 Valencia - Spain
www.iti.upv.es/~cmarbur | www.iti.upv.es
----------------------------------------------------------------------
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
Lycos recommends Cheapflights for all your travel needs. Go to http://www.cheapflights.co.uk/?source=lycosgen
More information about the vtkusers
mailing list