T
Thiru
Guest
Just to know from UTF-8 to UTF-8 BOM conversion. Below query I use and its not giving results as expected. correct me if I am wrong.
Continue reading...
Code:
define stream m_str.
output stream m_str to value("C:\inetpub\file.txt") convert target "UTF-8".
/*Data goes here*/
output stream m_str close.
Continue reading...