How to suppress control characters? Hi, We are generating Multilanguage reports (which is in widechar encoding) for printing from our application where we add non-printable ASCII characters (ASCII <32) in the report to instruct the printer to print the data in the desired format. The printing of Multilanguage and everything works fine except that non-printable appears as a square box on the report.How to suppress these Square box getting printed in the report for non printable characters and at the same time the printer should understand these control characters and act suitably. We are using TextOutW( ) function to print the the Widechar buffer received. If any more info needed please let me know. Thanks & Regards Harish Ramachandra Reddy |