From 906495d713fa6e773ccd093143c34336361f28c8 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 9 Jan 2006 09:00:49 +1000 Subject: Improve locale implementation (should now behave identically to bash) and document locale variables behaviour darcs-hash:20060108230049-ac50b-403f1d00c8483fc4fecc275b62e40b1c3d51bfc1.gz --- fish_pager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fish_pager.c') diff --git a/fish_pager.c b/fish_pager.c index 9131e791..6669a04e 100644 --- a/fish_pager.c +++ b/fish_pager.c @@ -845,8 +845,7 @@ static void init() { struct sigaction act; program_name = L"fish_pager"; - fish_setlocale( LC_ALL, L"" ); - + wsetlocale( LC_ALL, L"" ); int out = dup( 1 ); close(1); -- cgit v1.2.3