Can anyone decode ascii value in iOS?
I can decode single character value but more than one character i cant decode
Thanks in advance.
This is my string value
<?xml version=\”1.0\” encoding=\”UTF-8\” ?><prestashop></prestashop>
the ascii encoded value is
62651221111103412010311611710711311263365148503634103112101113102107112105633687867247583634656462114116103117118991171061131146462491141161031171189911710611311464
ascii is just a string encoding
you only need to have this:
or