R
R
Rivakiel2020-06-15 14:19:53
Python
Rivakiel, 2020-06-15 14:19:53

How to make the list statement in Python output a list of Japanese syllables?

The user enters Japanese syllables and the list statement should split them into a list of Japanese syllables, but in the console, list outputs a different result instead of syllables. How to make list statement in Python output exactly Japanese syllables?
5ee758a32782d416128769.png

5ee758aa048e1202996169.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alexusbon, 2020-06-15
@lexa_lashak

It seems that Japanese syllables are not encoded by UTF-8, you need to look for what encoding they will be perceived and tell the interpreter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question