Application Development and Automation 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: 
Read only

Replacing characters in a Unicode system

Former Member
0 Likes
535

I now need to search all imported texts and replace this `` with a regular double-quote ". Now, I know how to do this in non-Unicode systems, but am totally lost when it comes to UC.

Could someone please help? TIA - Roman.

P.S. Never mind, I got it...

I now need to search all imported texts and replace this `` with a regular double-quote ". Now, I know how to do this in non-Unicode systems, but am totally lost when it comes to UC.

Could someone please help? TIA - Roman.

P.S. Never mind, I got it...

1 REPLY 1
Read only

Former Member
0 Likes
495

Using convert method from cl_abap_conv_in_ce solves the problem.