You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like as of the latest srctools, single quotes are now being escaped, regardless of the fact that they are within double quotes. Not sure if this is intended? I believe I accidentally added support for escape sequences to Strata's FGD parser, but I don't think believe stock FGD supports escape sequences? Regardless, I'm unsure if this is desirable given that the single quote is within a double quote
The text was updated successfully, but these errors were encountered:
Ah yeah. It's sorta intended. I was checking to see whether KV2 did escape sequences, and found this utilbuffer.cpp code in the 2013 SDK, which escapes those plus others. I guess FGDs use "TokenReader" which is very dumb and only supports \n anyway. Parsing is so inconsistent... :(
It seems like as of the latest srctools, single quotes are now being escaped, regardless of the fact that they are within double quotes. Not sure if this is intended? I believe I accidentally added support for escape sequences to Strata's FGD parser, but I don't think believe stock FGD supports escape sequences? Regardless, I'm unsure if this is desirable given that the single quote is within a double quote
The text was updated successfully, but these errors were encountered: