summaryrefslogtreecommitdiff
path: root/testsuite/utf-8-bom.py
blob: 9c065c9494ebe1b30ef60202c869fdde585e16cd (plain)
1
2
3
4
5
6
#!/usr/bin/env python
# -*- coding: utf-8 -*-

hello = 'こんにちわ'

# EOF