I do not have HTML content in it, but regular string which has text like
<some data>, <some text>
it is being saved as some data>
How do I save it exactly like this <some data>
. I need to use this data somewhere else where it should match exactly like this, but its already encoded. I have already tried using entity_encoding: 'raw' and encoding: 'xml'. But they still end up encoding before saving. Thanks.