~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/EncodingAdapter.py

  • Committer: John Arbash Meinel
  • Date: 2006-06-10 14:10:01 UTC
  • mto: (1711.7.2 win32)
  • mto: This revision was merged to the branch mainline in revision 1796.
  • Revision ID: john@arbash-meinel.com-20060610141001-c9fe064ba2f03b34
Alexander recommended a better short russian string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
# Russian, 'Alexander' in russian
41
41
_alexander = u'\u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440'
42
 
# No idea if this means anything, but we need another string
43
 
_alex = u'\u0410\u043b\u0435\u043a'
 
42
# The word 'test' in Russian
 
43
_russian_test = u'\u0422\u0435\u0441\u0442'
44
44
 
45
45
# Kanji
46
46
# It is a kanji sequence for nihonjin, or Japanese in English.
100
100
                  , 'directory':_something}),
101
101
        ('cp1251', 0, {'committer':_alexander
102
102
                  , 'message':u'Testing ' + _mu
103
 
                  , 'filename':_alex
104
 
                  , 'directory':_alex + 'dir'}),
 
103
                  , 'filename':_russian_test
 
104
                  , 'directory':_russian_test + 'dir'}),
105
105
    ]
106
106
 
107
107
    def adapt(self, test):