Re: [PATCH v9 0/8] convert: add support for different encodings

2018-03-06 Thread Eric Sunshine
On Sun, Mar 4, 2018 at 3:14 PM, wrote: > Changes since v8: [...] > > Thanks a lot Eric for your great review! I think I fixed everything you > objected with one exception. You noticed that the current code only > checks for BOMs corresponding to the declared size (16 or 32 bits) [1]. > I understa

[PATCH v9 0/8] convert: add support for different encodings

2018-03-04 Thread lars . schneider
From: Lars Schneider Hi, Patches 1-4,7 are preparation and helper functions. Patch 5,6,8 are the actual change. This series depends on Torsten's 8462ff43e4 (convert_to_git(): safe_crlf/checksafe becomes int conv_flags, 2018-01-13) which is already in master. Changes since v8: * move UTF BOM e