summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/data/bad.properties
blob: d4d8109b695a0570998f0b264a28302b35f6b103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# A region.properties file with invalid unicode byte sequences.  The
# sequences were cribbed from Markus Kuhn's "UTF-8 decoder capability
# and stress test", available at
# http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt

# 3.5  Impossible bytes                                                         |
#                                                                               |
# The following two bytes cannot appear in a correct UTF-8 string               |
#                                                                               |
# 3.5.1  fe = "�"                                                               |
# 3.5.2  ff = "�"                                                               |
# 3.5.3  fe fe ff ff = "����"                                                   |