I am curious if there is a usage example for the accept-charset="UTF-8" attribute in HTML forms? It seems to be 100% redundant when pages are already advertised as utf-8, and in some cases this is incorrectly seen by some browsers. Did I miss something?
accept-charset="UTF-8"
When the page is already utf-8, it is redundant, but not 100%. If the user overrides the page encoding, adding this form to the form is an additional security measure.
Source: https://habr.com/ru/post/1397310/More articles:Connecting to WebSphere MQ 7.0 using JMS over SSL - javaBorder color is a Chrome bug, or am I blind? - htmlimplement stop and delay for Android alarm clock - androidBatch put () Limitations - google-app-enginedjango social auth using facebook data - authenticationHow to use a variable of one method in another method? - javaHow to stop the exit program when clicking the red cross in the JFrame title bar - javaHow to deserialize xml for an object without locking the file? - c #How to receive notifications when iPhone enters airplane mode? - objective-cRefactoring The Dilemma: User Account Functionality in PHP - oopAll Articles