Question
Pass UnicodeChar and put in wildcard buffer
Hi I encountered with a problem. In model.hpp I have struct and how u see in buffer are these symbols '-':
I take this buffer like this:
And when values are updated:


The problem is that its not render correctly. Here needs to be "-- m3/h" but I got this
Where is the problem?
