Comment 0 for bug 701005

Revision history for this message
RaiMan (raimund-hocke) wrote : X 1.0rc1: text() always returns text with trailing x'0A20'

text() always returns text with trailing x'0A20' (linefeed blank) even if text only contains one line (e.g. button text)

Since you do not expect this for text, that should be only some words, the trailing should be omitted.

Temp. solution:
use Region.text().strip()