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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -