Hi all,
I want to use PMW to typeset music that includes inscriptions using Cyrillic letters. So far I've found the follow way which works.
1. Get some Type 1 fonts with Cyrillic glyphs that are under the 256 limit.
3. Write my pmw input files using UTF-8 encoding
4. Process my input files using a python script that encodes any non-ascii character using 'cp1251' encoding and then wrapping that integer in \\int\\ format that pmw expects.
5. Pass the result to pmw to render a postscript files.
While this works and I'm quite happy with it it restricts my choice of fonts as I have to use both a type 1 font that includes Cyrillic glyphs AND they have to be mapped under the 256th code point/index.
I tried using the Tempora Type 1 font from
https://ctan.org/tex-archive/fonts/tempora but I can't seem to make use of the utf-8 mapping feature of pmw. A cyrillic 'а' (a) charecter will always be recognized as invalid input and substituted, regardless of any kind of mapping that I try. Even then the mapping is only valid up to the 511th code point/index.
Is there a way to use utf-8 input directly with pmw and map that to common OTF fonts ?
Regards,
Stanislav