ThitSarNyan

Results 2 issues of ThitSarNyan

``` ticket.text('Special 2: (ပြည်ဗံဒါပင်ထက် ) unicode blåbærgrød', styles: PosStyles(codeTable: 'CP1252')); ``` I found the following error while trying to print unicode Burmese words. [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Invalid argument (string): Contains...

When I run this simple codes, I found the following error log. ``` import 'dart:async'; import 'package:sqljocky5/sqljocky.dart'; Future createTables(MySqlConnection conn) async { print("Creating tables ..."); await conn.execute('CREATE TABLE people (id...