VOICEVOX / open_jtalk-rs

BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Windows向けのマルチバイト処理を追加した #1

Closed qwerty2501 closed 2 years ago

qwerty2501 commented 2 years ago

Mecab_loadがWindowsだと文字エンコードの違いにより読み込めないのでlocaleによってMultibyte文字列を変換する処理を入れた

refs https://github.com/VOICEVOX/voicevox_core/pull/208#discussion_r930838316

qwerty2501 commented 2 years ago

必要ないかも? https://github.com/VOICEVOX/voicevox_core/pull/208#discussion_r931042480

qwerty2501 commented 2 years ago

不要になった