提交 cab6f65b 编写于 作者: B Behdad Esfahbod

[hb-view] setlocale (LC_ALL, "")

For now we don't use anything from the locale, but we should default
to using $LANG, etc, if --language is not specified.  Right?
上级 fb9ca1bf
......@@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <locale.h>
#include <glib.h>
#include <hb-glib.h>
......@@ -499,6 +500,8 @@ main (int argc, char **argv)
{
cairo_status_t status;
setlocale (LC_ALL, "");
parse_opts (argc, argv);
FT_Init_FreeType (&ft_library);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册