Skip to content

Accented characters (é,è,ç,....) #6

@gdo

Description

@gdo

Hello,

To use accented characters, could you add the following code to the Key readKey() method in console.dart

} else if (codeUnit == 0xc3) {
  final next = stdin.readByteSync();
  key = Key.printable(utf8.decode([codeUnit, next]));

}

And this import
import 'dart:convert';

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions