Skip to main content
February 17, 2014
Question

Flash Builder URL Request - Set data to UTF-8

  • February 17, 2014
  • 0 replies
  • 399 views

How to set URL Post data to UTF-8;

It is done like this in IOS code:

NSData *postDataString = (NSData *)[datastring dataUsingEncoding: NSUTF8StringEncoding allowLossyConversion:NO]

    This topic has been closed for replies.