When trying to save:
in CKEditor with:
𝐼
it gets converted to:
��
if the source is viewed. If the source is then closed out this gets converted to:
��
or as source data:
��
I tried another solution to set the character set on the library call but that hasn't resolved the issue.
<script charset="utf-8" src="/lib/CKEditor/ckeditor.js>
Is there another solution to this?