Hello

iam using curl to post data type of it

Content-Type: multipart/form-data; boundary=---------------------------25550903729072

-----------------------------25550903729072
Content-Disposition: form-data; name="textarea_172341"

hello
-----------------------------25550903729072
Content-Disposition: form-data; name="ner"

1

-----------------------------------------------

i can post without any issues just the problem that there is missing special characters <> - and i cant encode it because it will be posted as encoded and i want it be shown as <> on the textarea not as encoded


ty