Open and save text file in proper encoding Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
BriHecato
Posts: 124
Joined: 18 Jul 2017, 07:17

Open and save text file in proper encoding

22 Feb 2018, 05:20

I'm working on little editor that change few values in txt file.

Opening with FileRead, jobfile, %path%
changing with StringReplace, jobfileready, jobfile, %changethis%, %changetothat%
Saving with FileDelete, %path% and FileAppend, %jobfileready%, %path%

But i've noticed that when in source jobfile are local characters then saved file is messed up and later it doesn't work where it should. Otherwise everythig works smoothly.

How to open and save keeping the original encoding (i'm not sure if it is ANSi or UTF-8) ??
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: Open and save text file in proper encoding

22 Feb 2018, 07:09

If you do not know the original encoding of the file then noone does - it's not stored anywhere.
You could check for the UTF-8 BOM and check if there are any characters that break the UTF-8 rule though.
You could also write an analasys that analyses the raw data and decides on a specific encoding.
Recommends AHK Studio
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: Open and save text file in proper encoding

22 Feb 2018, 07:21

An example of getting the encoding by jNizM.
Check if middle-length hyphen exist in a word. - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 82#p133482
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
BriHecato
Posts: 124
Joined: 18 Jul 2017, 07:17

Re: Open and save text file in proper encoding

02 Apr 2018, 09:41

It was so frrrackin simple - my code works as it should.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 252 guests