Skip to main content

Encoding conversion support in Uniface

  • January 31, 2019
  • 2 replies
  • 0 views

2 replies

  • January 31, 2019

Hello,


is there any support for charset/codepages encoding conversion in uniface?


If not,  is there any way to call-out java for this?https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">

https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html

https://stackoverflow.com/questions/229015/encoding-conversion-in-java

Thanks for hint

Petr

Hi Petr,

worst case, you can spawn a runnable jar as a last escape:


spawn "#javaw -jar my_runnable_jar.jar dumped_file_to_convert"


Success, Uli


Gianni Sandigliano
Forum|alt.badge.img

Hello,


is there any support for charset/codepages encoding conversion in uniface?


If not,  is there any way to call-out java for this?https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">

https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html

https://stackoverflow.com/questions/229015/encoding-conversion-in-java

Thanks for hint

Petr

Hi Petr,

AFAIK Uniface is supporting the charset conversion into fileload/lfileload or filedump/lfiledump.
I am not aware of any instruction/function doing it in memory.

Gianni