Hi All!
I am reading emails with MailParser. I got an email, what is encoded as utf-8.
This is a multi-part message in MIME format.
--------------2AA4A1963CC8BFB384908ACE
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
LÁT6ÁR
-----------------------------------------
This is in a string variable. I save it into an sqlite database. When I get it back from datbase, the string looks like the same, not as I would, as a normal utd-8 string, like this:
------------------------------------------------------------------
LÁT6ÁR
a Láthatár segédeszköz bolt AKCIÓS újsága
------------------------------------------------------------------
How can I convert the string into a real utf-8?
thanks in advance
I am reading emails with MailParser. I got an email, what is encoded as utf-8.
This is a multi-part message in MIME format.
--------------2AA4A1963CC8BFB384908ACE
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
LÁT6ÁR
-----------------------------------------
This is in a string variable. I save it into an sqlite database. When I get it back from datbase, the string looks like the same, not as I would, as a normal utd-8 string, like this:
------------------------------------------------------------------
LÁT6ÁR
a Láthatár segédeszköz bolt AKCIÓS újsága
------------------------------------------------------------------
How can I convert the string into a real utf-8?
thanks in advance