Polish chars on .NET CF Unicode - UTF-8

  • Thread starter Thread starter Freestyler
  • Start date Start date
F

Freestyler

Is it possible to encode UTF-8 polish characters like '±¿¶' (\uC485,
\uC5BC,\uC5 9B) in c# ?
I succesfully managed to use UTF-16 on c#, but unfortunately my printer
software (PrintBoy) doesn't support it (I got trash on my printer).

Any help appreciated,
Freestyler
 
I know nothing about ProntBoy, but printers usually print ascii
characters that are resident or downloaded to it.

Does your printer support Polish chars? If it does try to convert to
ascii any Unicode string you want to print. If not try to find a
downloadable font that does
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top