Add some utf-8 tests.

This commit is contained in:
Dave Halter
2017-06-28 18:13:57 +02:00
parent b4a2f2bb61
commit e47c9d72fa
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
hello = 'こんにちわ'
# EOF