Closed Tymski closed 1 year ago
Yeah, what encoding does it use?
yeah i have the same problem in latin characters like "ç ã õ á é" I change the encoding in the base file but dont work
I have the same problem on Windows and this resolve utf 8 for me
Example solution that changes the encoding to utf-8 using exec and chcp:
const { exec } = require('child_process');
const say = require('say');
exec('chcp 65001');
say.speak("Zażółć gęślą jaźń.", "Microsoft Paulina Desktop");
Yeah, what encoding does it use?
Turns out it uses encoding from the current console.
For example When saying "Zażółć gęślą jaźń", polish letters will be skipped, even when explicitly setting a polish synthesizer.