A
A
Alexander Matvienko2022-01-30 16:04:45
Dart
Alexander Matvienko, 2022-01-30 16:04:45

How to make support for Russian?

Hello everyone, I have the following code:

var encode = Uint8List.fromList("Привет".codeUnits);
  print(String.fromCharCodes(encode));


How to make it support the Russian language? Provided that Uint8List cannot be removed.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question