Skip to content

Release 1.3.17

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 01:10

What's new in 1.3.17

✅ Multibyte (UTF-8) support on Windows

OCRAN now fully supports multibyte filenames and directories—including Japanese, emoji, and other non-ASCII characters—on Windows platforms.
This is enabled by a UTF-8 manifest embedded in stub.exe, and requires Windows 10 version 1903 or later.

To ensure correct console I/O when running OCRAN-built executables, we recommend switching to UTF-8 code page using:

chcp 65001

🛠 Development environment improvements

  • Added bin/setup (Bash and .bat) to automate dependency installation and stub compilation
  • Added bin/console for interactive testing
  • Introduced rake build as the unified entry point for building stubs
  • Updated README with quick start instructions and Windows shell compatibility
  • Improved gemspec packaging (spec.files) and clarified system requirements