Closed dansage closed 9 years ago
This is the Panda3D "text-soft-hyphen-key" used in in-game localizations https://github.com/panda3d/panda3d/blob/master/panda/src/text/config_text.cxx#L115-L118
Oh so instead of filtering them out I should change them to hypens? I've never actually looked at any Panda3D-related stuff before so I never would have thought to check there!
If you break the text across multiple lines, you should put a hyphen there. For example:
Telemarketer
Tele-
marketer
Telemark
eter
Oh I see, that'd be the soft
part I guess.
It might be a good idea to add a little note about that to the information by the type
property. Thanks for the explanation as-is, though!
I just noticed that the invasion API includes an extra character
\u0003
in the middle of the cog name when Telemarketers are invading. It's easy enough to filter out on my end, but, looking back, it seems to be a long-standing issue (at least a month when I started keeping track of responses).Example: