commit | 36a4fe037df201f85b7a544eb30d75dc3585a1b6 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Aug 10 21:54:22 2011 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Aug 10 21:54:22 2011 +0200 |
tree | 2fbeeb7ef043eec1826ca8b1c83fe5b3ffc016a8 | |
parent | 25c4830593064f023e296aa795b72ddcaa1c9322 [diff] |
Fix charset conversion
diff --git a/util/hb-view.cc b/util/hb-view.cc index a78983e..9fb6e10 100644 --- a/util/hb-view.cc +++ b/util/hb-view.cc
@@ -212,7 +212,7 @@ } font_file = argv[1]; - text = g_locale_to_utf8 (argv[2], -1, NULL, NULL, &error); + text = argv[2]; }