Re: [Tutor] binary translator

2007-12-15 Thread Alan Gauld
"2face xzibit" <[EMAIL PROTECTED]> wrote > ...f you have any comments on the source code please let me know I'll add a few. > def ChooSe(): Its kind of conventional to have function names start lowercase and use uppercase for classes. Not a rule but it helps when code includes both to kn

Re: [Tutor] binary translator

2007-12-15 Thread Tiger12506
> > Hey i have created a program that turns a string into a binary one. But > when i began to test the program it turned out that it could not handle > some special characters (e.g ÆØÅ). Could someone please help me? These special characters have different values than those you have put into yo

[Tutor] binary translator

2007-12-15 Thread 2face xzibit
Hey i have created a program that turns a string into a binary one. But when i began to test the program it turned out that it could not handle some special characters (e.g ÆØÅ). Could someone please help me? p.s i am a newbie so if you have any comments on the source code please let me kn