Changed text about the codesets plugin

This commit is contained in:
George Sokianos 2024-03-09 13:51:18 +00:00
parent 19e95ed791
commit 9944a91f55
1 changed files with 7 additions and 5 deletions

View File

@ -88,10 +88,11 @@ Shows the current time and date in a view with large text
Underlines matching pair for bracket under the caret
**codesets**
This plugin is exclusive for AmigaOS 4 and uses the codesets.library to
translate ISO encoded files to unicode. When this is enabled new menu
items are added to load/save the code with a different encoding. Also
there is a new section at the status bar that show the file encoding.
This plugin uses the codesets.library on AmigaOS 4 and the
charsets.library on MorphOS to translate ISO encoded files to unicode
and vice-versa. When this is enabled new menu items are added to
load/save the code with a different encoding. Also there is a new
section at the status bar that show the file encoding.
This plugin is **EXPERIMENTAL** and heavily inspired from the encoding
plugin at https://github.com/jgmdev/lite-xl-encoding
@ -239,7 +240,8 @@ https://git.walkero.gr/walkero/lite-xl/issues
- Compiled with SDL 2.30.0 that supports editing with ISO encodings, other
than English. Now the editor should be able to support any language
and in conjuction with the codesets plugin be able to make text
encodings conversions (AmigsOS 4 version only)
encodings conversions
- Now the codesets plugin supports MorphOS 3.18 and above
### Changed
- Changed the way the "Open in system" option executes the WBRun command