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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -