dart-lang / io

Utilities for the Dart VM's dart:io.
https://pub.dev/packages/io
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Stdin not supporting diacritic accents (multibytes chars) #110

Closed tratteo closed 1 year ago

tratteo commented 1 year ago

The stdin.readByteSync() is retuning 0 on windows and 13 on ubuntu (two tested systems) when the à diacritic accent is typed on the console.

Considering the utf8 table this happens on multibytes chars. Due to this problem other packages are being affected too.

tratteo commented 1 year ago

The problem is due to the actual Dart SDK, wrong issue, closing this and opening on their side.