diff options
| author | Georg Brandl <georg@python.org> | 2009-05-31 18:58:28 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-05-31 18:58:28 +0200 |
| commit | ed3db1b844618358a50e6b9e9e9ea4a3e30973fc (patch) | |
| tree | 5468357464dea8157df0af34e98d7747ccf48ec2 /tests/root/bom.txt | |
| parent | 0b5ade9e2a272219381e2fc891dbb88533d5e4f7 (diff) | |
| download | sphinx-ed3db1b844618358a50e6b9e9e9ea4a3e30973fc.tar.gz | |
Set the default encoding to ``utf-8-sig`` to handle files with a
UTF-8 BOM correctly.
Diffstat (limited to 'tests/root/bom.txt')
| -rw-r--r-- | tests/root/bom.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/root/bom.txt b/tests/root/bom.txt new file mode 100644 index 00000000..3fea824f --- /dev/null +++ b/tests/root/bom.txt @@ -0,0 +1,5 @@ +File with UTF-8 BOM +=================== + +This file has a UTF-8 "BOM". + |
