Re: [Tutor] Help! Character conversion from a rtf file.

2008-06-20 Thread wesley chun
> I'd like to learn the language by writing some simple programs rather than > keep reading books. My first program will convert certain uni-code characters > (let's say UTF-8) in an RTF file format based on a certain mapping > in another RTF file that is called a "RTF Control file". > : > The

Re: [Tutor] Help! Character conversion from a rtf file.

2008-06-20 Thread bob gailer
Chien Nguyen wrote: Hi All, I am a newbie to Python. I just did some readings on the web and got some basic understanding about the language. I'd like to learn the language by writing some simple programs rather than keep reading books. My first program will convert certain uni-code characters

Re: [Tutor] Help! Character conversion from a rtf file.

2008-06-20 Thread Kent Johnson
On Fri, Jun 20, 2008 at 12:46 PM, Chien Nguyen <[EMAIL PROTECTED]> wrote: > Hi All, > I am a newbie to Python. I just did some readings on the web > and got some basic understanding about the language. I'd like > to learn the language by writing some simple programs rather than > keep reading books

[Tutor] Help! Character conversion from a rtf file.

2008-06-20 Thread Chien Nguyen
Hi All, I am a newbie to Python. I just did some readings on the web and got some basic understanding about the language. I'd like to learn the language by writing some simple programs rather than keep reading books. My first program will convert certain uni-code characters (let's say UTF-8) in an