Hi ylongwu,
Unicode characters are not allowed in URLs, ASCII characters must be used. What you need to do is percent encode the Unicode characters. We have functions for helping to accomplish this in the library. I believe you want to pass the 'realName' variable to the web::uri::encode_data_string(...) API.
Steve
Unicode characters are not allowed in URLs, ASCII characters must be used. What you need to do is percent encode the Unicode characters. We have functions for helping to accomplish this in the library. I believe you want to pass the 'realName' variable to the web::uri::encode_data_string(...) API.
Steve