>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| How do I translate this in the new world where disp is a docstring?
Lars> disp = 0xXX;
Lars> where XX is the proper latin1 value for guillemets.
This I almost figured out
Lars> disp should be char_type. (or docstring, whatever fits best.)
Actually, the first show stopper was
if (disp == "<<")
JMarc
