Hyphenation not working due to HTML entities

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
caigner
Forum Members
Forum Members
Posts: 46
Joined: Sun Aug 16, 2020 5:29 am

Hyphenation not working due to HTML entities

Post 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
User avatar
caigner
Forum Members
Forum Members
Posts: 46
Joined: Sun Aug 16, 2020 5:29 am

Re: Hyphenation not working due to HTML entities

Post 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.
User avatar
caigner
Forum Members
Forum Members
Posts: 46
Joined: Sun Aug 16, 2020 5:29 am

Re: Hyphenation not working due to HTML entities

Post by caigner »

BTW: Is there a way to make MicroTiny Editor save the content "as is", without converting äöü to HTML entities (ä ö ü)?

Regards,
Christian
Post Reply

Return to “CMSMS Core”