kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Hi I can't flutter blue_thermal_printer Kazakh Letters #203

Closed TamirlanBir closed 5 months ago

TamirlanBir commented 8 months ago

Hi I can't flutter blue_thermal_printer Kazakh Letters

if (isConnected == true) {
        bluetooth.printCustom('Қолма-қол ақша салу', 3, 1, charset: 'UTF-8');
 }

I tried charsets : KZ-1048 , RK1048 , STRK1048-2002 , windows-1251 , windows-1251k

github-actions[bot] commented 6 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.