<html><head></head><body>Also I found some tool called "paps" to convert unicode to ps. Maybe it can be useful?<br><br><div class="gmail_quote">On January 23, 2022 5:31:11 PM GMT+03:00, Dianne Skoll via Remind-fans <remind-fans@lists.skoll.ca> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre dir="auto" class="k9mail">On Sun, 23 Jan 2022 17:16:48 +0300<br>rr via Remind-fans <remind-fans@lists.skoll.ca> wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">I found that rem2ps can't print UTF-8 symbols.<br></blockquote><br>That is true.  Handling Unicode in Postscript is a giant nightmare.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">So to print calendar in my Unicode language I need to run rem2html,<br>adjust page size and so on.<br></blockquote><br>That's one option.  Another option, if you are using only characters<br>that appear in the ISO-8859-1 character set (ie, most Western European<br>languages) is to use iconv to conver to ISO-8859-1 and then the "-i"<br>option for rem2ps.<br><br>Given this input file:<br><br>   rem 15 MSG étudiant noël français <br><br>Running:<br><br>   remind -p /tmp/test.rem | rem2ps -e -l -c3 -i |\<br>   iconv -f utf-8 -t iso-8859-1  > /tmp/test.ps<br><br>yields the attached Postscript file.  Of course, if you're using<br>non-ISO-8859-1 characters like ℵ or 不, then you are out of luck.<br><br>Regards,<br><br>Dianne.<br></pre></blockquote></div></body></html>