diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 13:53:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 13:53:52 +0100 |
| commit | 5859b758e3a6e0191ce12e77b636c7def58bbc3b (patch) | |
| tree | d1ed34a7a9ab2fdc2281b04f0bd470110477ccfc /src/lib/util.cc | |
| parent | 263eee639546964aaa57f5d2d3b24008ecfe8adb (diff) | |
| parent | 26a7e35765ae09606ce16365acd5d9a7f2876a3f (diff) | |
Merge master.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 760b826c7..654546e62 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -301,6 +301,7 @@ dvdomatic_setup_i18n (string lang) #ifdef DVDOMATIC_WINDOWS bindtextdomain ("libdvdomatic", mo_path().string().c_str()); + bind_textdomain_codeset ("libdvdomatic", "UTF8"); #endif #ifdef DVDOMATIC_POSIX |
