click the image to see the full size
When you need to save a html/ other text file with accents/ special characters like á can use text pad and use the save as dialog to choose the Encoding and choose UTF-8
See attached image TextPad_SaveAs_Encoding.JPG for a sample of the textpad encoding type in the save as dialog.
Also the html file needs to have the following meta header in the <head> section:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
No comments:
Post a Comment