Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Page Properties - missing ISO 8859-1

Explorer ,
Jun 04, 2017 Jun 04, 2017

My homepage use this :

"meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"

but I don't know how to save the website dokument after editing.

I "Modify"  - "Page properties" - "Title/Encoding" - I use this setting, because I can se "ISO-8859-1"

Dreamweaver page - before after.jpg

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 04, 2017 Jun 04, 2017

You do not want unicode signature BOM.  That's something different from character encoding.

UTF-8 is the preferred character encoding for multiple languages in HTML5 documents.  But if you insist on using ISO encoding, you must change it in your new document preferences.  See screenshot. But I would not do it because it could result in strange characters or odd symbols appearing in your text.

Translate
Community Expert ,
Jun 04, 2017 Jun 04, 2017

Read this HTML Character Sets

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 04, 2017 Jun 04, 2017
LATEST

You do not want unicode signature BOM.  That's something different from character encoding.

UTF-8 is the preferred character encoding for multiple languages in HTML5 documents.  But if you insist on using ISO encoding, you must change it in your new document preferences.  See screenshot. But I would not do it because it could result in strange characters or odd symbols appearing in your text.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines