How to get rid of VT FF etc. special chars
Posted by: Thomas H.
Date: March 30, 2016 01:16AM

Hi guys,

I've tried like a million ways to get rid of VT (/v) and FF (/f) special chars in a TEXT field of a UTF8 (character set) and UTF8_general_ci (collation) formatted table, e.g. using

REPLACE(doc_text, "\f", " ")
REPLACE(doc_text, "\vt", " ")

But I can't get it done. Can anyone point me in the right direction here please?

Thanks,
Thomas

Options: ReplyQuote


Subject
Views
Written By
Posted
How to get rid of VT FF etc. special chars
2146
March 30, 2016 01:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.