Skip to content

Commit f342d2d

Browse files
authored
Update README.md
1 parent 5514439 commit f342d2d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# encodeingdetect
22

33
Plugin for AkelPad to detect encoding of text file using Mozilla [universalchardet](http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html)
4+
45
plus: Japanese encoding detect (shift_jis/jis/euc-jp/utf-8)
6+
57
Original author: [shoshinsha](https://akelpad.sourceforge.net/forum/viewtopic.php?t=1069)
68

9+
![image](https://github.com/setsumi/encodeingdetect/assets/5970554/b235d161-a9d4-4a3b-900d-f3dd92d9fa6f)
10+
711
## How to use
812

9-
Latest AkelPad dev version
10-
https://akelpad.sourceforge.net/files/AkelPad-x64.zip
11-
https://akelpad.sourceforge.net/files/tools/AkelUpdater.zip
13+
Latest AkelPad dev version https://akelpad.sourceforge.net/files/AkelPad-x64.zip https://akelpad.sourceforge.net/files/tools/AkelUpdater.zip
1214

13-
Download plugin
14-
https://github.com/setsumi/encodeingdetect/releases
15-
and place `EncodingDetect.dll` in `AkelFiles\Plugs\` subfolder.
15+
Download plugin https://github.com/setsumi/encodeingdetect/releases and place `EncodingDetect.dll` in `AkelFiles\Plugs` subfolder.
1616

1717
function (for ContextMenu plugin)
1818

@@ -35,4 +35,4 @@ SEPARATOR
3535
"Auto Load" +Call("EncodingDetect::Main")
3636
"Setting" Call("EncodingDetect::Settings")
3737
}
38-
```
38+
```

0 commit comments

Comments
 (0)