https://bugzilla.novell.com/show_bug.cgi?id=470921 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=470921#c2 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|teheo@novell.com | --- Comment #2 from Tejun Heo <teheo@novell.com> 2009-01-30 03:10:10 MST --- No, it's not installed. I'll try to reproduce the problem with Korean manpages installed. Okay, hmm... weird. $ LANG=ko_KR.UTF-8 man git-ls-files | wc iconv: 1484 �ġ�� �߸�� �Է� ���� ��� 45 133 1484 $ LANG=ko_KR.UTF-8 LC_MESSAGES=en_US.UTF-8 man git-ls-files | wc 192 803 7111 $ LANG=en_US.UTF-8 man git-ls-files | wc 192 803 7111 $ LANG=ko_KR.UTF-8 LC_MESSAGES=en_US.UTF-8 man 1 man | wc 599 4032 35518 git-ls-files doesn't have Korean translation and weirdly setting LC_MESSAGES explicitly avoids iconv failure. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.