Re: [Mlt-devel] Questions about LC_NUMERIC handling

2011-07-13 Thread Dan Dennedy
On Tue, Jul 12, 2011 at 10:46 AM, Dan Dennedy wrote: > > stashed change that does not use setlocale() and instead uses the new > mlt_properties_set_lcnumeric(). Then, property conversions will use > newer locale-specific strtod_l() and sprintf_l(). The basic use case I > was trying to achieve: use

Re: [Mlt-devel] Questions about LC_NUMERIC handling

2011-07-12 Thread j-b-m
On Tuesday 12 July 2011 19:46:36 Dan Dennedy wrote: > On Tue, Jul 12, 2011 at 3:12 AM, j-b-m wrote: > > Hi. > > > > I am trying to solve the handling of documents created with a different > > locale than the system's current one. > > > > Let's say we have a document created with a french locale,

Re: [Mlt-devel] Questions about LC_NUMERIC handling

2011-07-12 Thread Dan Dennedy
On Tue, Jul 12, 2011 at 3:12 AM, j-b-m wrote: > Hi. > > I am trying to solve the handling of documents created with a different locale > than the system's current one. > > Let's say we have a document created with a french locale, say fr_FR.UTF-8 > (which has a comma as separator). > > When loadin

[Mlt-devel] Questions about LC_NUMERIC handling

2011-07-12 Thread j-b-m
Hi. I am trying to solve the handling of documents created with a different locale than the system's current one. Let's say we have a document created with a french locale, say fr_FR.UTF-8 (which has a comma as separator). When loading that document on a system with english locale, MLT switche