Skip to content

4.1.1_2

Choose a tag to compare

@hymkor hymkor released this 16 Feb 21:47
· 3770 commits to master since this release
  • Fix the miss to convert filename UTF8 to ANSI for loadfile() of Lua (#110,Thx Mr.HABATA)
    • It caused the problem that it failed to load .nyagos when os-username contains Japanese characters.

  • Lua の loadfile 等を呼ぶ際に、ファイル名の UTF8 を ANSI へコンバートしていなかった不具合を修正 (#110,Thx Mr.HABATA)
    • これがOSユーザ名が日本語等の場合に .nyagos が読めない問題を引き起こしていました。