FujiyNotepad v4.4.0
Highlights
Character encoding — the viewer now auto-detects UTF-8, UTF-16 (LE/BE) and UTF-32 (LE/BE) from the byte-order mark or a heuristic, with Windows-1252 (ANSI) as a fallback, so Windows logs and exports no longer render as mojibake. The new Encoding menu shows the detection and lets you override it.
View options
- Zoom with
Ctrl++/Ctrl+-/Ctrl+0(orCtrl+mouse-wheel); the current percentage shows in the status bar. - Choose a monospace font from View ▸ Font (Consolas, Cascadia Mono/Code, Courier New, Lucida Console).
- The file''s total character count is shown in the status bar (next to the line count, encoding, and
Ln, Col).
Help ▸ About — a new About dialog with the version, a short description, the repo link, and the license.
Download
Self-contained Native AOT builds — unzip and run FujiyNotepad.WinUI.exe, nothing to install:
| Your PC | Download | Size |
|---|---|---|
| Most desktops & laptops (Intel/AMD, 64-bit) | FujiyNotepad-4.4.0-win-x64.zip |
23.04 MB |
| Windows on Arm (Snapdragon, Surface Pro X) | FujiyNotepad-4.4.0-win-arm64.zip |
21.49 MB |
| 32-bit Windows | FujiyNotepad-4.4.0-win-x86.zip |
20.67 MB |
The builds are unsigned, so SmartScreen may warn on first run (More info → Run anyway).
What''s Changed
- Character encoding support (UTF-16 / UTF-32 / ANSI) with auto-detection by @felipepessoto in #27
- Add a Help > About dialog by @felipepessoto in #30
- View options: monospace font, zoom, and a status-bar character count by @felipepessoto in #32
Full Changelog: v4.3.0...v4.4.0