Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

print BULGARIAN characters in INTERMEC

former_member537489
Participant
0 Kudos

Dear experts,

We are trying to print BULGARIAN in an intermec printer through sapscript, using printers language eg.

<STX>H4;o60,0;f3;c61;h10;w10;d0,35;<ETX>

Please can you enlighten us in how we are going to print Bulgarian? ??

in a prior request to print greek, we uploaded Greek characters to the printer.

Please help...

Thank you in advance,

Roxani

3 REPLIES 3

Former Member
0 Kudos

Use fonts into sapscript as

COURCYR ISO-5: Cyrillic Courier

HELVCYR ISO-5: Cyrillic Helvetica

TIMECYR ISO-5: Cyrillic Times Roman

And also set the the codepage of your device type as 1504 or 1505

0 Kudos

Dear George

we are using intermec language, so I assume if i use COURIER in my sapscript, the langiage bypass this, and takes into account only the fonts of the printer itself...

Is there any way to import the correct Cyrillic font in the printer...;

Thank you very much for your help,

Roxani

0 Kudos

Hello,

Finally we managed to print Bulgarians.

The command :

<STX><60>SI<62>l12<ETX>.

Thanks you for your help,

Roxani