Browse code

Add a test for unicode.

UTF-8 characters pose serious challenges to Python 3 migration.

Jose Fonseca authored on 16/10/2015 21:31:35
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+digraph G {
2
+konnichiwa [label="こんにちは"]
3
+}