CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2010
    Posts
    5

    c# cyrillic label printing

    Hi,

    We have a label designer program which was developed by c#. Up to now we could print labels without a problem by sending label scripts to the printers. But we needed to print cyrillic label for one of our customer. To print from Zebra ZM400 I have set the Unicode parameter True and encode the script with encoding "Windows-1251" , but while latin characters printed ok, cyrillic characters are printed as question marks. By the I'm using unicode TT0003M_.FNT unicode font of the printer. Also once I send the script file to the printer via send file it prints ok, but when send this script with c# program it doesn't print as expected. I don't know what I'm missing?

    If you can help me I would be very pleased.

    Thanks

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: c# cyrillic label printing


  3. #3
    Join Date
    Oct 2010
    Posts
    5

    Re: c# cyrillic label printing

    Quote Originally Posted by Arjay View Post
    I didn't get the idea. Should send a start character?
    Should I use linePrinter class, if yes how can I get that class?
    If you can guide me I would really be very pleased.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: c# cyrillic label printing

    Quote Originally Posted by kubi081 View Post
    I didn't get the idea. Should send a start character?
    Should I use linePrinter class, if yes how can I get that class?
    If you can guide me I would really be very pleased.
    The last entry in the link is a reply from the OP that they needed to send a start character to the printer before sending the data to be printed.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured