Error: invalid multibyte sequence

2009-03-06 Thread ganesh gajre
Hello all, I am trying to use gettext method for my one of program making i18N usable in Unicode. When i enter the text repalcement in .po file and try to create .mo file from that, it gives me error as : invalid multibyte sequence. I tried this for french language. e.g #: pywine.py:121

Re: How to read space separated file in python?

2008-11-21 Thread ganesh gajre
Hey Steve and Joe , Thank you very much. There is yet little problem. But sure all the Pythonist will help me in that. Ginovation, "Every thing is impossible unless you make it possible" On Sat, Nov 22, 2008 at 5:10 AM, Steve Holden <[EMAIL PROTECTED]> wrote: > Joe Strout wrote: > [...] > > Par

How to read space separated file in python?

2008-11-21 Thread ganesh gajre
Hi all, I want to read file which is mapping file. Used in to map character from ttf to unicode. eg Map file contain data in the following way: 0 ० 1 १ 2 २ 3 ३ 4 ४ 5 ५ 6 ६ 7 ७ 8 ८ 9 ९ Like this. Please use any unicode editor to view the text if it not properly shown. Now i want to read both th

How to read fonts in python

2008-11-17 Thread ganesh gajre
Hello all, I am writing a program to convert indic true type font to unicode. For which i need to know how to read the any file i.e Text, Doc, Excel file in python and identify the font used in which that file is written. So that using Map file can convert the file in unicode. Ginovation. -- http