[kde] [Bug 395252] kbuildsycoca5 breaks if "byte order mark" (first 3 magic bytes) present in plaintext file "clickMe.desktop"

fire f. bugzilla_noreply at kde.org
Mon Jun 11 18:49:56 BST 2018


https://bugs.kde.org/show_bug.cgi?id=395252

fire f. <firefox at firemail.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from fire f. <firefox at firemail.cc> ---
find -type f |
while read file
do
    if [ "`head -c 3 -- "$file"`" == $'\xef\xbb\xbf' ]
    then
        echo "found BOM in: $file"
    fi
done

#  doesn't work with filenames that contain a line break

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list