Editor not showing symbols like #

Posts: 61
Hi all,

#NOT SURE THIS IS A BUG!

Recently I noticed in my Overlay that teamnames using the # symbol are shown without it in my overlay. I checked my font file, and it is in there.

This is how its shown in the overlay: https://gyazo.com/af85369ed8af5666a5f986115414ffa2
Yet this is the proper teamname: https://gyazo.com/08f4b701dce794c1c3ecb9935dc6bf58

I tried to use a diffrent font to make sure it isnt my custom font, however its still not displaying correctly.

Hopefully somebody can help me out with this.
Edited (1 time)
Hi,

this is intended behaviour. The session info provided by the iRacing SDK is written in YAML and the # symbol is used to start a comment within a line meaning everything behind the # would be ignored. Therefore # is filtered from team names.
Posts: 61
Simon Grossmann wrote:
Hi,

this is intended behaviour. The session info provided by the iRacing SDK is written in YAML and the # symbol is used to start a comment within a line meaning everything behind the # would be ignored. Therefore # is filtered from team names.

I see, thank you!