Updates
- When a voicebank's
oto.ini
file is encoded in anything else other than ANSI/Shift-JIS, the script will check the parent directory for an OpenUtaucharacter.yaml
. Then it'll check the encoding in thetext_file_encoding
value of the file and use that encoding method to open the file, allowing it to open files encoded inUTF-8
and more. Otherwise, the script continues as usual and attempts to use Shift-JIS to open the file.
Contributed by @oxygen-dioxide