No accents in TextRender custom font

Hi,

Im using the following tutorial to create custom font (with distance field) for TextRenderComponent.

My problem is even I pick european coding in font import dialog, characters with accent gone. The font is OK as I use the same font also in UMG (runtime font cache type), but trying use with Offline font cache type the accents fail, rectangles appear instead of correct character.

In addition, which seems a bug, editor crashes if I choose Reimport feature for font…

Any suggestions welcome,
Gabor

A DirectWrite text layout can be drawn by a custom text renderer derived from IDWriteTextRenderer. A custom renderer is required to take advantage of some advanced features of DirectWrite UPSers