escpos-php
escpos-php copied to clipboard
BUG: Support `\t`, `\r` on raw usage, they are printable
It seems that this package was forgotten by @mike42
CRLF: In raw usage the plugin removes the \r(carriage returns) assuming that they are all from window
but in windows they should only be deleted when they are followed by a \n(line feed)
\t: raw usage removes printable horizontal tabs