V
V
Vlad2015-10-14 16:46:30
MySQL
Vlad, 2015-10-14 16:46:30

Estonian letters in Mysql database - what encoding?

Hello.
When saving the text to the database, the Estonian letters ü õ ö ä are written as codes
a3dc54dad8994a7998e7f71e16d63931.jpg
. Please tell me where what encoding should be written in order for the letters to be saved correctly?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Skogorev, 2015-10-14
@EnterSandman

utf8_estonian_ci didn't suit you?

R
Roman Mirilaczvili, 2015-10-14
@2ord

More like escaping characters for HTML (URL-encoding) than a problem with DBMS encodings.
ä stored as ävalue is encoded in database
PS
By the way, it's funny that Toaster handles HTML notation, it doesn't even escape it.

S
sivabur, 2015-10-14
@sivabur

utf8_general_ci in general utf-8 should be everywhere

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question