shine5402 / KiraOtoToolbox

A toolbox for manipulating UTAU voicebank's mark file format(oto.ini)
GNU General Public License v3.0
25 stars 1 forks source link

Detect text encoding when load a oto file #17

Closed shine5402 closed 2 years ago

shine5402 commented 3 years ago

Toolbox assume the given oto.ini is in Shift-JIS encoding, which it should be in UTAU. But the lack of detection would ruin the data if user accidently give a file in other text encoding. Not happen that much and I need to modify the libchardet to be more flexible for me to use, so I put this in low priority.

shine5402 commented 2 years ago

Implemented in 30a8fce