When I try to insert a widget with the WYSIWYG edit, the characters get encoded wrong when the WYSIWYG editor is enabled.
For example, Fóó Bär becomes: Fóó Bär.
This only happens when I try to insert a widget using the WYSIWYG-editor. If the WYSIWYG-editor is disabled, the content is correct:

Check this out #5548
@kanduvisla , can you check if the solution/fix from #5548 resolves your issue?
We have the same issue; #5548 does not fix the issue.
@kanduvisla thank you for your report.
Your video is really cool and visual. But could you please format this issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result: it is much easier to understand the problem itself, how to reproduce it, and to search for duplicates, when the description is formatted.
I formatted the issue to the right format for @kanduvisla (just because we need this to be fixed very soon).
Insert Widget buttonInsert Widget buttonThe text should always be inserted with special characters encoded correctly
The text is only inserted with special characters encoded correctly when the visual editor is turned off. When it's turned on, special characters are encoded incorrectly while inserting a widget.
See also @kanduvisla's visual presentation.
Is there any news or an ETA for this bug? @veloraven maybe?
@redelschaap , We have an internal ticket created for this issue:MAGETWO-62296, which needs to be prioritized
Is there an ETA for this bug? Our client needs to go live with a German store very soon. @dthampy maybe?
Same Magento 2.1.3
Example text : En plus d'agir en tant que grossiste aux îles Saint-Pierre et Miquelon.
vendor/magento/framework/Data/Form/Element/AbstractElement.php (line 302) _escape function with htmlspecialchars seem to be the problem
There is a commit that fixes this (partly): #4232. In my case I had to adjust something in PHP as well to prevent #8130 charachters from being inserted as HTML encoded entities in widget input fields.
@redelschaap, nice catch on that #4232. Fix worked like a charm for us in 2.1.3!
@kanduvisla, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.3.0-dev, 2.2.0, 2.1.9
@kanduvisla, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.3.0-dev, 2.2.0, 2.1.9
Most helpful comment
I formatted the issue to the right format for @kanduvisla (just because we need this to be fixed very soon).
Preconditions
Steps to reproduce
Insert WidgetbuttonInsert WidgetbuttonExpected result
The text should always be inserted with special characters encoded correctly
Actual result
The text is only inserted with special characters encoded correctly when the visual editor is turned off. When it's turned on, special characters are encoded incorrectly while inserting a widget.
See also @kanduvisla's visual presentation.