Deleted Added
full compact
3c3
< # $File: windows,v 1.8 2014/04/30 21:41:02 christos Exp $
---
> # $File: windows,v 1.10 2014/09/24 19:52:46 christos Exp $
162,163c162,164
< # emtpy ,comment , section , unicode line
< 0 regex/s \\`(\r\n|;|[[]|\xFF\xFE)
---
> # empty ,comment , section
> # PR/383: remove unicode BOM because it is not portable across regex impls
> 0 regex/s \\`(\\r\\n|;|[[])