Closed vaclavgreif closed 12 months ago
@RamyTalal Any idea if this is somehow possible please?
According to the Brother docs it should be possible, but I haven't implemented this yet.
See https://download.brother.com/welcome/docp000706/cv_ql720_eng_escp_100.pdf page 21.
Thanks. I actually got it working by setting the Character set to Windows-1250
using the Printer settings tool. After that the special characters are printed correctly. Encoding to Windows-1250
might be needed first before sending to printer:
$text = iconv("UTF-8//IGNORE", "WINDOWS-1250//IGNORE", $text)
Hope this helps someone.
Thanks for an awesome library! Hopefully you'll find some time to add the missing commands.. :)
Is there any way to support special characters? I tried with template
The printed label is with wrong encoded characters.