read unknow blob field from sqlite -


i have sqlite db table there 2 blob field
data in side of blob field should in persian language (may utf-8)
saw them encoded data

did ran query: select id,contents,quote(**notes)** pages

contents , notes blob fields

here content of them:
contents : ,Ø =sçˆf$Çb“è]ãžn¼j#ùÆ•Ùe~4p‹‚0ÛõŒÔd[m_‡
notes : x'00f7820ec2147e8eeb5f0655a2da2fde'

how can convert them decoded text?

regards


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -