ios - encoding:NSISOLatin1StringEncoding with .xml file -


why can't save str in .xml file?

nsstring *strdata = @"issam  bey"; nsmutabledata *objnsdata = [nsmutabledata datawithdata:[strdata datausingencoding:nsisolatin1stringencoding]];   objnsdata = [objnsdata encryptaes:@"12345678901234561234567890123456"];  nsstring *str=[[nsstring alloc] initwithdata: objnsdata encoding:nsisolatin1stringencoding]; 


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -