The following code is causing a NSCharacterConversionException:
set txtTest1 to "설치 완료"
set txtTest2 to txtTest1
Log A
if txtTest1 is not equal to txtTest2 then
Log B
end if
Log C
The exact error thrown is:
NSCharacterConversionException Conversion to encoding 30 failed for string “설치 완료”
This happens on most [all?] non-ASCII characters.
I have only started seeing this error in the past few days, on code that has been working for months.
Has there been an update to OSX or Eggplant that has introduced this problem?
Thanks!
Pv