Question
Flash Builder URL Request - Set data to UTF-8
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]
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]
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.