For context, this is ultimately related to the Pokemon SDK toolkit:
https://pokemonworkshop.com/en/sdk.
I am attempting to add Telugu text to my game, and an issue I am running into is that "conjunct" characters are not linking together. For context, if I type స ్ క ా, this should render all together as స్కా. However, when I attempt to render text in the game, I get something like this:
I was directed to the SFML website as they said you guys would have further insight. I found a thread from thirteen years ago relating to the Arabic script, but wasn't able to find much insight there. How can I make it so that SFML consistently "links" the characters together as they should be linked?