TTMSFNCGrid, slovenian char set

OS: Debian 10 (buster) LXDE
fpc 3.3.1
lazaraus 2.1

component: TTMSFNCGrid

I have a problem with the Slovenian character set.

The same problem is with TDBGrid.

The first character writes correctly.
If the second character is a Slavic character map, it is written undefined.
CharSetGrid

When i use the TDBGrid component itself, then i don't have that problem.

When the component ( TTMSFNCGrid) is not connected via TMSFNCGridDatabaseAdapter1, it works properly

Hi,

This seems strange, you are showing a screenshot of TDBGrid that it is not working, in the second post you say it is working, can you clarify? We have recently working on the UTF8KeyPress event to add support for special characters in the grid, so it is actually unclear what is happening. Are you using a font that is capable of displaying these characters?

The TTMSFNCGrid works fine and displays the characters correctly.
Adapter TMSFNCGridDatabaseAdapter1 does not transmit correctly.
When I connect the network to the DataSet then there are problems.
Then the TTMSFNCGrid is not working properly

Do you mean, when reading values from the dataset? And what about TDBGrid? Do you have the same issue when reading values?

TMSFNCGrid1.Adapter := ;
BezAdaptera

TMSFNCGrid1.Adapter := TMSFNCGridDatabaseAdapter1;
SaAdapterom

and TDBGrid...? Does TDBGrid show the same issue when connected to a dataset?

if it is
TMSFNCGridDatabaseAdapter1.DataSource :=
TDBGrid works properly

I seem to have a problem of a different nature, leave it for now.
Leave for now until I determine exactly.