#!/usr/bin/env python # -*- coding: utf-8 utf8string = "This string contains cyrillic буковки" output = u"This is string: {0}".format(utf8string)