blob: 0428e6f9632e164e3a1b3d560712a00e581665c8 [file] [log] [blame]
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00001This is a sample doctest in a text file that contains non-ASCII characters.
2This file is encoded using UTF-8.
3
4In order to get this test to pass, we have to manually specify the
5encoding.
6
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00007 >>> 'föö'
Martin v. Löwisb1a9f272007-07-20 07:13:39 +00008 'f\xf6\xf6'
Thomas Wouters4d70c3d2006-06-08 14:42:34 +00009
10 >>> 'bąr'
Martin v. Löwisb1a9f272007-07-20 07:13:39 +000011 'b\u0105r'