blackandwhite Posted February 23, 2016 Posted February 23, 2016 Hi all So, I noticed that is the function _WinHttpSimpleFormFill is very smart, but how I can fill forms by non-ASCII (Unicode) characters?
trancexx Posted February 23, 2016 Posted February 23, 2016 That depends on form's enctype. If it's default or "application/x-www-form-urlencoded" then it should work out of the box. If it's "multipart/form-data" then pass it like this: BinaryToString(StringToBinary("漢whatever", 4), 1) ...Maybe I should have this made built-in. blackandwhite 1 ♡♡♡ . eMyvnE
blackandwhite Posted February 24, 2016 Author Posted February 24, 2016 6 hours ago, trancexx said: ...Maybe I should have this made built-in. I was expecting that words
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now