utf 8 - Convert ANSI txt file into UTF8 (Visual FoxPro) -


good day

i need on converting ansi txt file utf8 txt file. using foxpro programming language. or xbase

the thing creating , writing on txt file using foxpro, need save file utf8 because it´s supossed read system.

mycursor alias , strtofile() alias meaningless. trying achieve this:

strtofile( strconv(filetostr( "c:\test.txt" ),9), "c:\test_utf8.txt" ) 

Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -