Closed EugeneFenko closed 5 years ago
Hello! I'm using Windows 10 with a Russian locale. The problem is that Cyrillic is displayed as ??? characters, it seems I solved this problem, use: chcp 65001 encoding. For example: .exec('chcp 65001 && netsh wlan show drivers')
.exec('chcp 65001 && netsh wlan show drivers')
Hello! I'm using Windows 10 with a Russian locale. The problem is that Cyrillic is displayed as ??? characters, it seems I solved this problem, use: chcp 65001 encoding. For example:
.exec('chcp 65001 && netsh wlan show drivers')