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
Post a Comment