Letter A appears in rounded box (which says basic latin)

So i’m typing in hint text inside a widget BP, and the letters just appear as A’s inside rounded boxes. It works fine until I compile it. Does anyone know the fix to this solution?

-Sam

I have always fixed this error by copying the element, deleting it and pasting it.

really, is that a solution

Im not Sure the exact Issue. But check the execution pin going into it and disconnect. However you have the execution pin going into the function it is forcing the text function to display characters into the text box that it can’t, causing symbols to show instead.

4 years later, I’m here to provide a possible solution for anyone who might find this post through a search engine in the future.

This issue happend because you haven’t set font correctly. Check if the font you chosen supports the current language of your text (and if not, consider using Composite Font). Go to the Rich Text Style data table you selected for your widget’s Text Style Set (and if you haven’t set up any Text Style Set , create one and select it for your text block), and check if Font Family and Typeface was set correctly. This solved the issue for me.