[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] SCLang crashed by simple switch statement?



PS In the example I gave, the "registered trademark" sign (alt-r on mycomputer) has been transposed to bracket-r-bracket, so it won'tevaluate to true any more. But "ßok∑" == "ok" will...
2005/9/3, Dan Stowell <danstowell@xxxxxxxxx>:> Thanks James.> > Second problem: SCLang discards "exotic" characters! I was getting> confused about what was in my Dictionary, and realised that the key> "ə:" (for example) was being stored as ":". This is a general SCLang> issue it seems, since> > "ß(r)ok∑" == "ok"> > evaluates to true. What's going on here? Surely SC and everything> underlying it is unicode-friendly...?> > Thanks> Dan>