Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

maintain special char in standard text

Former Member
0 Kudos
1,566

Hi Guru,

I try to add special character such as &, '' etc in standard text thru web UI.

But Somehow system cannot identify the special char.

Does anyone come across this before?

3 REPLIES 3

Former Member
0 Kudos
203

Hi Jess,

Refer to this links

hope this will useful to you,,,

Regards!

0 Kudos
203

Thanks M.

Will try that.

Another question, when display the text in web UI, somehow the text will be truncated into the next lines.

For example,

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Is there any solution for this?

Former Member
0 Kudos
203

Use FM CONVERT_ITF_TO_ASCII will solve the special character.

Thanks.