Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BashTux1 authored Nov 8, 2020
1 parent 92d3e44 commit 2e70aec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ the Main list has increased from **5900+-** corrections up to **8200+-**.
* Ensure the script file is saved and encoded in **"UTF-8-BOM"**, **UTF-8** is not sufficient. </br> My script has been converted and saved as **UTF-8-BOM** and as such should work correctly. </br> Though I mention this, should it have changed at any point at your end. </br> You will get strange behaviour when converting letters with sepcial characters if not encoded as **UTF-8-BOM**. </br> E.g. touché, will output touché </br> You can use [**Notepad++**](https://notepad-plus-plus.org/downloads/) to convert files, open the file in **Notepad++** and then in the top menu **Encoding > Convert to UTF-8-BOM**, </br> then save your file.
* If your output word contains a \` (Grave accent) character (as a standalone, not as an accent to a letter), </br> you need to type it twice, this is due to AHK using \` as an escape character. </br> E.g. Password123\`! would output as Password123! (without the \` ) so to output correctly use Password123\`\`! </br> (the first one is treated as a escape character and the second is the character to remain)

## Changelog
## NOTE
The script contains separate secetions for **British English** and **American English** </br>
By default the script is enabled for **British English** </br>
See **American English** commented section within the script with instructions to enable it (and Disable British English)

**NOTE:** My script has been extensively edited **specifically for British English, NOT American English.** (e.g. customise / customize )
## Changelog

* Added **British to American and American to British sections within the script.** )Still needs a lot of work to remove the duplicates in the main list, allowing to easily uncomment and comment entire sections you prefer.)

0 comments on commit 2e70aec

Please sign in to comment.