Re: problem with python, gtk and utf8

2010-10-04 Thread Thomas Perl
Hi! 2010/10/3 pelt...@gmail.com: and the dict(?!?) is like this: letters = {}            letters['1'] = ['', '.', ',', '?', '!', '1', '@', '-', '_', '(', ')', ':', ';', '', '%', '*', '#', '+', '', '=', '', '$', '£', '§', '¥']            letters['2'] = ['', 'a', 'b', 'c', '2', 'å', u'ä']

problem with python, gtk and utf8

2010-10-03 Thread peltsip
Hi! I am having a problem with dict(?!?) the code starts with: #!/usr/bin/env python # -*- coding: utf-8 -*- and the dict(?!?) is like this: letters = {} letters['1'] = ['', '.', ',', '?', '!', '1', '@', '-', '_', '(', ')', ':', ';', '', '%', '*', '#', '+', '', '=', '', '$', '£',