Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,
authorCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:57:51 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:57:51 +0000 (00:57 +0100)
commitdf085fc0ea4f1a3f009de5a7a5bf9f241173bcba
tree597ff1fe90446aa684e5fede3a72217b0b5c3d1a
parent1b576d63f5b5babda35c3995dd375e39baa16947
Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,
which should get things right with both decimal and thousands
separators; LocaleGuard fixed decimal separators ok but not, it appears,
thousands ones.
22 files changed:
src/lib/audio_content.cc
src/lib/audio_mapping.cc
src/lib/colour_conversion.cc
src/lib/config.cc
src/lib/content.cc
src/lib/dci_metadata.cc
src/lib/dcp_video_frame.cc
src/lib/ffmpeg.cc
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/film.cc
src/lib/image_examiner.cc
src/lib/playlist.cc
src/lib/server.cc
src/lib/server_finder.cc
src/lib/sndfile_content.cc
src/lib/subtitle_content.cc
src/lib/update.cc
src/lib/util.cc
src/lib/util.h
src/lib/video_content.cc
src/wx/audio_mapping_view.cc