[otrs-cvs] otrs/Kernel/System Main.pm,1.63.2.1,1.63.2.2

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv17453/Kernel/System

Modified Files:
      Tag: rel-3_1
	Main.pm 
Log Message:
 - 2013-02-05 Fixed bug#9121 - Filenames with Unicode NFD are incorrectly reported as NFC by Main::DirectoryRead().

Author: mg

Index: Main.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Main.pm,v
retrieving revision 1.63.2.1
retrieving revision 1.63.2.2
diff -2 -u -d -r1.63.2.1 -r1.63.2.2
--- Main.pm	28 Jan 2013 13:46:57 -0000	1.63.2.1
+++ Main.pm	5 Feb 2013 10:43:21 -0000	1.63.2.2
@@ -951,11 +951,4 @@
         );
 
-        # second, convert it to combined normalization form (NFC), if it is an utf-8 string
-        # this has to be done because MacOS stores filenames as NFD on HFS+ partitions,
-        #   leading to data inconsistencies
-        if ( Encode::is_utf8($Filename) ) {
-            $Filename = Unicode::Normalize::NFC($Filename);
-        }
-
         push @Results, $Filename;
     }
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.