Re: Cannot print greek letters in Python 2.6

2013-11-28 Thread Steven D'Aprano
On Thu, 28 Nov 2013 14:22:01 -0800, mefistofelis wrote: > I have the following script however when the clipboard contents are > greek letters it fails to print them right. I have used all posible > encoding for greek letters including utf8 but to no avail so i just stay > with latin1. > > Can you

Re: Cannot print greek letters in Python 2.6

2013-11-28 Thread Terry Reedy
On 11/28/2013 5:48 PM, Chris Angelico wrote: On Fri, Nov 29, 2013 at 9:22 AM, wrote: I have the following script however when the clipboard contents are greek letters it fails to print them right. I have used all posible encoding for greek letters including utf8 but to no avail so i just stay

Re: Cannot print greek letters in Python 2.6

2013-11-28 Thread Chris Angelico
On Fri, Nov 29, 2013 at 9:22 AM, wrote: > I have the following script however when the clipboard contents are greek > letters it fails to print them right. > I have used all posible encoding for greek letters including utf8 but to no > avail so i just stay with latin1. You need to know what en

Cannot print greek letters in Python 2.6

2013-11-28 Thread mefistofelis
I have the following script however when the clipboard contents are greek letters it fails to print them right. I have used all posible encoding for greek letters including utf8 but to no avail so i just stay with latin1. Can you suggest a solution? Here is the script: import win32clipboard wi