kolibrios-fun/contrib/network/netsurf/libcss/test/data/csdetect/bom-charset.dat
Yogev Ezra bb2bbc6b91 Move NetSurf to /contrib folder
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-15 14:01:21 +00:00

22 lines
338 B
Plaintext

#data
@charset "UTF-8";html{color:green}
/* starts with utf-8 bom */
#encoding
utf-8
#data
@charset "ISO-8859-1";html{color:green}
/* starts with utf-8 bom, so @charset is ignored */
#encoding
utf-8
#data
@charset "ISO-8859-2";html{color:green}
#encoding
iso-8859-2
#data
@charset "IMadeThisUp";html{color:green}
#encoding
utf-8