Could someone tell me what do the new options for the "Response code page" do?
"From web page"
"Use application language"
"UTF-8"
I only know what the UTF-8 Option does, could anyone tell me what the other two do?
Could someone tell me what do the new options for the "Response code page" do?
"From web page"
"Use application language"
"UTF-8"
I only know what the UTF-8 Option does, could anyone tell me what the other two do?
- BartekB
Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr
Looks like different settings on how to encode the responses.
From Web page seems like the one I would use.
From help
getresponse.jpg
From Web page, it will get the content of the web page (notice web page, since they have the charset set in the header) and recode accordingly to it.
use application code page, will take the language setting you put in your development and use to recode the response, this value is set at: project properties, help, information, language.
UTF-8, will recode to UTF-8, this is the best to use when you deal with php, asp, etc, since you want to use utf-8 for international charset, and for sure is the preferred setting in the server, and if not, you may still add to your php code.
Regards,
Fernando Vivolo
... new things are coming ...
Ah, I see.
Thanks guys!
- BartekB
Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr