wrong character encoding sqlite

I save some data from an API to Sqlite, for example the name: Daniël. When I retrieve it, I get Dani%EBl.

How do I make sure it’s saved correctly to the DB? I already tried this (without luck):

PRAGMA encoding = "UTF-8"

SDK 34 (ios/android)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.