goldenix Posted December 28, 2008 Posted December 28, 2008 (edited) I right click on my desktop & make new autoit file, but its ansi. Is there a way it will create a file in UTF-8 encoding? Can I change something in autoit to make this happen? where & what? Any ideas? Edited December 28, 2008 by goldenix My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Andreik Posted December 28, 2008 Posted December 28, 2008 goldenix said: I right click on my desktop & make new autoit file, but its ansi. Is there a way it will create a file in UTF-8 encoding? Can I change something in autoit to make this happen? where & what?Any ideas?FileOpen() mode 128.
goldenix Posted December 28, 2008 Author Posted December 28, 2008 Andreik said: FileOpen() mode 128.You did read what I asked for? Assuming you did, where is this FileOpen() located? in witch file? in autoit folder? My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Kip Posted December 28, 2008 Posted December 28, 2008 It's a autoit function, but thats not what you need. You can only create autoit scripts in ANSI, but you can compile it to Unicode. MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
komalo Posted December 28, 2008 Posted December 28, 2008 well you can do that enter to path %Systemroot%\ShellNew open "Template.au3" with notepad and save as "Template2.au3" and change the encoding to UTF-8 delete the default "Template.au3' and rename the file we saved "Template2.au3" to "Template.au3" [font="Palatino Linotype"][size="3"]AutoIt Script Examples :[/size][/font][font="Palatino Linotype"][size="3"]_CaptureBehindWindowGlass CMD for Windows Vista/Seven[/size][/font][left][/left][font="Palatino Linotype"][size="3"]Non AutoIt Script programs : Border Skin - Aero Glass On XP[/size][/font]
goldenix Posted December 28, 2008 Author Posted December 28, 2008 komalo said: well you can do thatenter to path %Systemroot%\ShellNewopen "Template.au3" with notepad and save as "Template2.au3" and change the encoding to UTF-8delete the default "Template.au3' and rename the file we saved "Template2.au3" to "Template.au3"It works thank you. My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
herewasplato Posted December 28, 2008 Posted December 28, 2008 komalo said: well you can do thatenter to path %Systemroot%\ShellNewopen "Template.au3" with notepad and save as "Template2.au3" and change the encoding to UTF-8delete the default "Template.au3' and rename the file we saved "Template2.au3" to "Template.au3"Excellent solution for all users. The Template folder under C:\Documents and Settings\username should work on a per user basis. [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now