R
Roded Bahat
Hello,
I'm trying to use the <layout.h> library to convert bi-directional
language strings from visual ordering to logical (or implicit)
ordering.
Unfortunately, the example found in the z/OS XL C/C++ Programming
Guide (http://publib.boulder.ibm.com/infocenter/zos/v1r10/index.jsp?
topic=/com.ibm.zos.r10.cbcpx01/cbcpg190498.htm) fails to work
correctly as it is or after I've tried to change it to fit my needs.
After the m_transform_layout function is called, the output buffer is
filled with whatever is in the input buffer with no change to the
string no matter what option combinations I used.
After many searches, it seems like examples of how to use the
<layout.h> library are scarce.
Has anyone successfully managed to get the library to work and change
a string?
I'd appreciate any help at all.
Thanks,
Roded
I'm trying to use the <layout.h> library to convert bi-directional
language strings from visual ordering to logical (or implicit)
ordering.
Unfortunately, the example found in the z/OS XL C/C++ Programming
Guide (http://publib.boulder.ibm.com/infocenter/zos/v1r10/index.jsp?
topic=/com.ibm.zos.r10.cbcpx01/cbcpg190498.htm) fails to work
correctly as it is or after I've tried to change it to fit my needs.
After the m_transform_layout function is called, the output buffer is
filled with whatever is in the input buffer with no change to the
string no matter what option combinations I used.
After many searches, it seems like examples of how to use the
<layout.h> library are scarce.
Has anyone successfully managed to get the library to work and change
a string?
I'd appreciate any help at all.
Thanks,
Roded