Hello, i have a very small script that checks 2 text variables against each other to see if they are the same, using the case insensitive node. It works if the text is in English, but stops working when the text is in a different language, in this case Greek. It will return back true if i type it exactly the same but the capitals seems to always be ignored and fire from false. Any ideas how to make it work in another language?
are you using strings? if not try:
TEXT–>toString–>toUpper then compare strings with === (exactly equal)
Sorry i don’t think i explained it very well.
Take a look at the screenshots, same check, different result based on variable type ( Text VS String)
I am wondering how i can get the Strings to also return true, since well… it is
PS: Both Text & String upper case M is in Greek language, same of course for the lower case.