diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-04-03 14:54:55 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-04-03 14:54:55 +0000 |
commit | b618c3d0693aec564c6746238fd05d94e31d3b76 (patch) | |
tree | 4a4834f3097bba25dba1adeba4324080c1b4bf7b /core/man-db | |
parent | 8cb5196780766f47b595410eed8ddbee2e8add08 (diff) |
Tue Apr 3 14:54:45 UTC 2012
Diffstat (limited to 'core/man-db')
-rw-r--r-- | core/man-db/1361_1360.diff | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/man-db/1361_1360.diff b/core/man-db/1361_1360.diff deleted file mode 100644 index c93856980..000000000 --- a/core/man-db/1361_1360.diff +++ /dev/null @@ -1,25 +0,0 @@ -=== modified file 'src/straycats.c' ---- src/straycats.c 2011-01-10 20:08:22 +0000 -+++ src/straycats.c 2011-06-04 06:34:51 +0000 -@@ -177,6 +177,7 @@ - char *lang, *page_encoding; - char *mandir_base; - pipecmd *col_cmd; -+ char *col_locale; - char *fullpath; - - /* we have a straycat. Need to filter it and get -@@ -226,6 +227,12 @@ - col_cmd = pipecmd_new_argstr - (get_def_user ("col", COL)); - pipecmd_arg (col_cmd, "-bx"); -+ col_locale = find_charset_locale ("UTF-8"); -+ if (col_locale) { -+ pipecmd_setenv (col_cmd, "LC_CTYPE", -+ col_locale); -+ free (col_locale); -+ } - pipeline_command (decomp, col_cmd); - - fullpath = canonicalize_file_name (catdir); - |