Page 1 of 1

Hyphenation not working due to HTML entities

Posted: Sun Aug 16, 2020 5:14 pm
by caigner
Hello!

My website is in lang=de and UTF-8 and in my CSS I have

Code: Select all

p {
   text-align: justify;
   hyphens: auto;
}
to enable fully justified text with hyphenation.

The thing is, with all the HTML entities (ä etc.) that CMSms puts out it does not work.

Is there a way to disable HTML entities for German Umlauts?

Regards,
Christian

Re: Hyphenation not working due to HTML entities

Posted: Mon Aug 17, 2020 6:26 am
by caigner
By tinkering with it I found out, that the WYSIWYG-editor MicroTiny is the culprit.

I disabled it in the admin-menu and now the German Umlauts are saved as they are entered.

Downside: I have to add the HTML-tags by hand.

Re: Hyphenation not working due to HTML entities

Posted: Thu Aug 20, 2020 1:02 pm
by caigner
BTW: Is there a way to make MicroTiny Editor save the content "as is", without converting äöü to HTML entities (ä ö ü)?

Regards,
Christian