Bug 71689 - diffutils-2.8.4-r4 is utf-8 aware
|
Bug#:
71689
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: utf8@gentoo.org
|
Reported By: caglar@pardus.org.tr
|
|
Component: Core system
|
|
|
URL:
http://www.gnu.org/software/diffutils/diffutils.html
|
|
Summary: diffutils-2.8.4-r4 is utf-8 aware
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-11-18 12:01 0000
|
diffutils-2.8.4-r4 is not working with utf-8 locales
is a patch still needed for 2.8.7 ?
Same situation for diffutils-2.8.7, sample output;
$ diff -iu test1 test2
--- test1 2004-12-17 09:06:46.584342568 +0200
+++ test2 2004-12-17 09:07:14.457105264 +0200
@@ -1,5 +1,4 @@
-
Same situation for diffutils-2.8.7, sample output;
$ diff -iu test1 test2
--- test1 2004-12-17 09:06:46.584342568 +0200
+++ test2 2004-12-17 09:07:14.457105264 +0200
@@ -1,5 +1,4 @@
-çağlar onur
-barış metin
-gürer özen
+ÇAĞLAR ONUR
+BARIŞ METİN
+GÜRER ÖZEN
murat eren
$ diff --version
diff (GNU diffutils) 2.8.7
Written by Paul Eggert, Mike Haertel, David Hayes,
Richard Stallman, and Len Tower.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Attached test1 and test2 files are same in tr_TR.UTF-8 locale.
can you attach an updated patch then for 2.8.7 ?
fixed in 2.8.7-r1, thanks !