Replace incorrect uses of raw_convert with a new locale_convert.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Aug 2016 11:49:23 +0000 (12:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 08:14:06 +0000 (09:14 +0100)
commit94056bf7f8fdef32da3cd78eff68d58560b4e6be
tree937fad363dc94d65ec20fa2ff7aa3b303310d80f
parent73654117144c6de0ec4efe39ddc88485df546cc9
Replace incorrect uses of raw_convert with a new locale_convert.
25 files changed:
src/lib/audio_content.cc
src/lib/cinema.cc
src/lib/content.cc
src/lib/dcp_content.cc
src/lib/ffmpeg_content.cc
src/lib/locale_convert.cc [new file with mode: 0644]
src/lib/locale_convert.h [new file with mode: 0644]
src/lib/user_property.h
src/lib/util.cc
src/lib/video_content.cc
src/lib/wscript
src/tools/dcpomatic.cc
src/wx/audio_mapping_view.cc
src/wx/colour_conversion_editor.cc
src/wx/config_dialog.cc
src/wx/content_properties_dialog.cc
src/wx/dcp_panel.cc
src/wx/dolby_doremi_certificate_panel.cc
src/wx/image_sequence_dialog.cc
src/wx/playhead_to_frame_dialog.cc
src/wx/time_picker.cc
src/wx/timing_panel.cc
src/wx/video_waveform_plot.cc
src/wx/wx_util.cc
test/video_content_scale_test.cc