Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
setsumi authored Jun 16, 2023
1 parent 5514439 commit f342d2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# encodeingdetect

Plugin for AkelPad to detect encoding of text file using Mozilla [universalchardet](http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html)

plus: Japanese encoding detect (shift_jis/jis/euc-jp/utf-8)

Original author: [shoshinsha](https://akelpad.sourceforge.net/forum/viewtopic.php?t=1069)

![image](https://github.com/setsumi/encodeingdetect/assets/5970554/b235d161-a9d4-4a3b-900d-f3dd92d9fa6f)

## How to use

Latest AkelPad dev version
https://akelpad.sourceforge.net/files/AkelPad-x64.zip
https://akelpad.sourceforge.net/files/tools/AkelUpdater.zip
Latest AkelPad dev version https://akelpad.sourceforge.net/files/AkelPad-x64.zip https://akelpad.sourceforge.net/files/tools/AkelUpdater.zip

Download plugin
https://github.com/setsumi/encodeingdetect/releases
and place `EncodingDetect.dll` in `AkelFiles\Plugs\` subfolder.
Download plugin https://github.com/setsumi/encodeingdetect/releases and place `EncodingDetect.dll` in `AkelFiles\Plugs` subfolder.

function (for ContextMenu plugin)

Expand All @@ -35,4 +35,4 @@ SEPARATOR
"Auto Load" +Call("EncodingDetect::Main")
"Setting" Call("EncodingDetect::Settings")
}
```
```

0 comments on commit f342d2d

Please sign in to comment.