David in Delta:
--------------------------------------------------------------------------------
Still wondering about the Euro characters but not overly worried about it.
--------------------------------------------------------------------------------

For HTML pages use UTF-8 no BOM and tell the browser, that utf-8 is comming:

<!DOCTYPE html>
<html>
  <head>
    <title>Page Title</title>
    <meta charset='utf-8'>
  </head>

That way you will have no problems. Simply type in your character.

No BOM is important (mandatory) for if you now or later use PHP with your pages.

-- 
<https://forum.pspad.com/read.php?2,77347,77674>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem