I have exported my data to text File. It was open in file as utf-8 encoding. Then I've changed some text and tried to import it back to the database but now there are no Greek letters.
Coding is gone :(
How should I encode text file with inserts so that I don't loose coding after insert to database ?
thanks for any help