Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I'd like to find a syntax such that the translation of our code to | unicode does not transform every line into 3 lines (like the examples | where we push \0 explicitely).
That is easy: just make everything use docstring and char_type.
Why do you think that we have to use code like that often? Only on a
very few "borders" and we can create helper functions to make it
nicer.
--
Lgb
