Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 28 Jun 2012 10:51:37 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: linux-x86-clang build broken: UTF-8 byte order mark
 detected in 'keepass2john.c', but encoding is not supported

On 06/28/2012 10:46 AM, Frank Dittrich wrote:
> $ file keepass2john.c
> keepass2john.c: UTF-8 Unicode (with BOM) English text
> 
> Frank

I fixed that in my repo this way:



tail -c +4 keepass2john.c > fdtest
mv fdtest keepass2john.c

View attachment "0001-Remove-byte-order-mark-from-keepass2john.c-to-fix-cl.patch" of type "text/x-patch" (854 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.