Skip to content

1.1.0

Choose a tag to compare

@kathar0s kathar0s released this 16 Jun 08:11
· 3 commits to main since this release

Added

  • EUC-KR / CP949 / UHC auto-detection and conversion (legacy Korean encodings), in addition to UTF-16 LE/BE and UTF-8 BOM. Uses a confidence check (replacement-char ratio + Hangul presence) to avoid false positives.

Changed

  • Removed console.log noise per community plugin guidelines.
  • Greatly expanded README with symptoms / cause / solution so others hitting Writing prevented or corruption can find and fix it.

Supported encodings

UTF-16 LE/BE (with/without BOM), UTF-8 BOM, EUC-KR/CP949/UHC → all converted to clean UTF-8.

Install

  • BRAT: add kathar0s/obsidian-encoding-autofix
  • Manual: copy main.js + manifest.json into <vault>/.obsidian/plugins/encoding-autofix/