I took a quick glimpse at the code and I see that it uses CP1251 encoding for both comments and the code. For example,
Comments (in many-many places, these are just a few examples):
Code: https://github.com/KD-lab-Open-Source/qdEngine/blob/main/src/QD/Core/System/app_error_handler.cpp#L15
I think, it should be either converted to UTF-8 (not sure if it's possible, if it is being used in code as well) or to be re-written in English