Encode korean data of queryset with serialize 'json' got problem

23 views
Skip to first unread message

최규범

unread,
Jul 1, 2015, 10:07:17 AM7/1/15
to django...@googlegroups.com
i'm started django and python this week,
i've got some problem when i encode queryset to json string.
i tried serializers.serialize('xml', queryset),
it returns my korean data with no problem
but, 
serializers.serialize('jsonl', queryset) returns korean string to unicode string ( ex: \uaca8\uc6b8\ud559\uae30 )
i cant find any ways to fix this problem
plz help...

Reply all
Reply to author
Forward
0 new messages