line continuations don't work with included scripts?

For some reason this works in my main script but not in a script I include through “load script file”

	log "This Text " & ¬
		"That text"

Any way to get arround that?

Do you know what text encoding these scripts are using?

I Don’t. How can I find out?

In Xcode, check Format menu > File Encoding. If there’s no checkmark, then it’s using the default, which is mostly likely UTF-8. Try changing that to: “Western (Mac OS Roman)”

The problem is that AppleScript doesn’t currently support compiling Unicode.