← Package directory
Available on winget

Install Gukhanmun

Converts mixed-script Korean text into hangul-only text

Install with winget
winget install --id HongMinhee.Gukhanmun
Upgrade
winget upgrade --id HongMinhee.Gukhanmun
Uninstall
winget uninstall --id HongMinhee.Gukhanmun

About Gukhanmun

Gukhanmun converts Korean text written in mixed script, with hanja characters interleaved with hangul, into hangul-only text. It provides a Rust library and command-line tool with support for plain text, HTML, and Markdown formats.

What's new in 0.1.2

- Static-link the Windows release CLI executables against the MSVC C runtime so the release archives no longer require Visual C++ runtime DLLs. - Include the license and root README files in CLI release archives. - Store CLI release archive contents at the archive root instead of wrapping them in a top-level directory.

Read release notes

Version history

Version Updated Notes
0.1.2 - Static-link the Windows release CLI executables against the MSVC C runtime so the release archives no longer require Visual C++ runtime DLLs. - Include the license and root README files in CLI release archives. - Store...