Answer the question
In order to leave comments, you need to log in
Why is the Cyrillic alphabet not output to the console when encoding the utf-8 base?
Good evening, I have the following database:
As you can see, the utf-8 encoding, by googling they will also look at the following variable:
When I make a simple request from the console, for example,
Cyrillic is displayed in a different encoding in the state field - the json field type, in other fields it is normally displayed, which just character.
select state from users;
Answer the question
In order to leave comments, you need to log in
According to the utf standard, characters are written as codes during serialization.
So the behavior is correct. Copy the JSON and deserialize.
https://tools.ietf.org/html/rfc7159#section-8.2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question