docs: add encoding detection bug #5310 to High Priority

This commit is contained in:
Derick Payne 2026-01-18 05:39:48 +02:00
parent 193469b70a
commit 44c178c432

View File

@ -13,6 +13,10 @@
- Issue: [#5306](https://github.com/rizonesoft/Notepad3/issues/5306)
- NP3 changes CWD to exe directory during init
- Fix: Resolve relative paths against original CWD before directory change
- [ ] **BUG: Encoding detection issue** - UTF-8 files detected as DOS-852
- Issue: [#5310](https://github.com/rizonesoft/Notepad3/issues/5310)
- Affects German Windows 11, possibly other locales
- Improve UTF-8 detection for files without BOM
## Medium Priority
@ -28,7 +32,6 @@
- [ ] **EditorConfig Integration** - Apply `.editorconfig` settings on file open
- Use [editorconfig-core-c](https://github.com/editorconfig/editorconfig-core-c) library
- Support: indent_style, indent_size, tab_width, end_of_line, charset
- Effort: ~2-4 weeks
- See [research/editorconfig-integration.md](research/editorconfig-integration.md)
- [ ] **Autosave / Backup** - Periodic autosave and backup on save
- Timer-based recovery to `%APPDATA%\Notepad3\recovery\`