[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL - How to convert data from UTF-8 to UTF-8 BOM?

Status
Not open for further replies.
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.

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...
 
Status
Not open for further replies.
Top