Where did my Text Area extra spaces go?

Related: in OptoScript, if you want to have an invisible space (vs. the “—” you get for an empty string), you can use code like this:

sEmptyLooking = chr( 0x7F );