Suppose I have an input field in a web page with charset UTF8
; suppose I open a text file encoded with ISO-8859-1
as charset.
Now I copy and paste a string with special characters (like, for example, ô
) from file to the input field : I see that the special characters is correctly displayed into input field.
Who does the conversion from ISO-8859-1
to UTF8
? The browser?