from my old project what need to get to new one i need same database records and there all are in latvian language, there is symbols what is not latvian, any encoding solution didn't help Example:
Have Notekūdeņu sūknis
but need Notekūdeņu sūknis
In database all text that is in latvian is with this symbols, english letters is ok
HAVE = NEED
Ä� = ā
Ä“ = ē
Å« = ū
Å = ņ
Ä« = ī
Ä£ = ģ
Å¡ = š
†Ä· = ķ
Cant find any solution.
My PHP v8.0
use MySql MariaDB v10.9.3
Maybe only solution is to rewrite all DB records in latvian language or this will e mistake?
Or someone can help me how to change all wrong characters in database
HELP SOMEOE PLEASE