Raw Printer not printing pound sign correctly

  • Thread starter Thread starter Ian Collis 88
  • Start date Start date
I

Ian Collis 88

Guest
Hi i am having trouble printing the £ sign when using the rawprinter class, when i send a string to be printed it changes the £ symbol to ú.

Is there a way to get the pound sign to print correctly?

Dim contents As String = "test the £ sign prints"
RawPrinterHelper.SendStringToPrinter("\\ROSSENDALEDC\Konica Colour", contents)



This gets printed as the below

test the ú sign prints

Thanks

Continue reading...
 
Back
Top