Hi All,
For a file extraction, I want to remove junk characters from a few table fields.
What we were assuming is replacing characters with "" if it's ASCII value is >= 127 or <= 31.
But the logic won't work for languages other than English(German, Italian, etc. in our case).
Any suggestion?
Thanks & Regards,
Arlina
For a file extraction, I want to remove junk characters from a few table fields.
What we were assuming is replacing characters with "" if it's ASCII value is >= 127 or <= 31.
But the logic won't work for languages other than English(German, Italian, etc. in our case).
Any suggestion?
Thanks & Regards,
Arlina