review/tests/sample_data_utf8.py @ b0bcc35b016a

web: display branch name on index if other than 'default'
author Kevin Berridge <kberridge@pointeblank.net>
date Tue, 04 Sep 2012 13:03:55 -0400
parents cada9aab8b6f
children (none)
# coding=utf-8
#

log = [
    { u'filé'.encode('UTF-8'): u'oné\ntwó\nthrée'.encode('UTF-8'), },
    { u'filé'.encode('UTF-8'): u'óne\ntwo\nthreé'.encode('UTF-8'), },
]