]> git.sesse.net Git - mlt/commit
Add LC_NUMERIC to MLT XML.
authorDan Dennedy <dan@dennedy.org>
Thu, 7 Jul 2011 06:12:33 +0000 (23:12 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 7 Jul 2011 06:12:33 +0000 (23:12 -0700)
commitfd107ae7a38a864662703a8e817220f98cb48369
tree19e3614ab926066252a8632d2e74d0525503d56e
parent70245c41f3201406365b210e9442ba1e7e97cdd3
Add LC_NUMERIC to MLT XML.

This does not permit one to mix locales within a MLT process!
In other words, you can not load a document in a locale using one
decimal separator and then filter with a double property using a
different separator.
src/modules/xml/consumer_xml.c
src/modules/xml/mlt-xml.dtd
src/modules/xml/producer_xml.c