$ZF(-100) with Unicode throws <TRANSLATE>
Any ideas on how this can be solved?
I need to use it with some Unicode text, in Docker image. And get this error. And documentation says nothing about it.
USER>do $zf(-100, "/SHELL", "echo", "test")
test
USER>do $zf(-100, "/SHELL", "echo", "test тест")
DO $ZF(-100, "/SHELL", "echo", "test тест")
^
<TRANSLATE>
ObjectScriptObjectScript
I know that it works in some Linux environments without Docker, but no idea where is the difference.
Product version: IRIS 2022.3
do $zf(-100, "/SHELL", "echo", $zcvt("test тест", "O", "UTF8")) test тест
Interesting, I'm sure, that tried it, and it did not work. But working now