I have to convert string to Windows-1250 and send to printer. String in database is in utf8
byte[] byt = Encoding.GetEncoding(1250).GetBytes(name); sw.WriteLi