Surprising Text.BeginsWith Behavior

This code:

dim t as text=“de_DE”
dim b as Boolean=t.BeginsWith(“de”)

turns b into true on my Mac (10.10.2) and false on Windows 7. The docs don’t really reveal (to me) why that would be. Xojo 2015r1 What’s up there?

[quote=176814:@Maximilian Tyrtania]This code:

dim t as text=“de_DE”
dim b as Boolean=t.BeginsWith(“de”)

turns b into true on my Mac (10.10.2) and false on Windows 7. The docs don’t really reveal (to me) why that would be. Xojo 2015r1 What’s up there?[/quote]

There seems to be a bug in 2015R1 that has been corrected in the latest beta.