Home > Mobile >  Can't print cyrillics cahracters in terminal
Can't print cyrillics cahracters in terminal

Time:11-13

I have an labaratoly work from my university - I have to print ASCII table with ukrainian symbols, then make transliteration from ukrainian to english but I have met problems that I expalined here.

I think than I have tried everething I could and it wont work. Please help me.

CodePudding user response:

This is a rtf for Ukrainian Character Set KOI8-U : https://www.rfc-editor.org/rfc/rfc2319.html .... You can map your std ascii table to the required cyrillic characters. Another option is to look at something like yandex. https://yandex.com/dev/translate/ it is an api for translating but I think its a service that charges but there is usage limits or just a temporary key if not paid for. It's pretty useful for translating and an easy api.

  • Related