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: 

Replacing characters in a Unicode system

Former Member
0 Kudos
110

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

Former Member
0 Kudos
70

Using convert method from cl_abap_conv_in_ce solves the problem.