fixed rt.cpan.org#113671: recognize BOM at start of a utf8 file

fixed rt.cpan.org#112857: Same Line Closing Block Breaks Parser



git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@110 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2016-04-18 13:09:45 +00:00
parent 34397e9b04
commit 7a48e048cf
6 changed files with 281 additions and 244 deletions

3
t/utf8_bom/bar.cfg Normal file
View File

@@ -0,0 +1,3 @@
<bar>
ô = î
</bar>

4
t/utf8_bom/foo.cfg Normal file
View File

@@ -0,0 +1,4 @@
<foo>
é = è
<<include bar.cfg>>
</foo>