in reply to Re: Problem with print chr()
in thread Problem with print chr()

That seems to work only if there is a use encoding 'latin1'; line either before or after (!) the printf statement.

Thanks, though.