"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
>
> 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
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