I submit form data and in my server action I turn them to uppercase for insert/update (using toUppercase() for validation and comparison reasons)
I just realized that if an input filed contains Greek letters then it transformed/changed to something similar (wrong letters etc)
That is happening ONLY if the input field is Greek and small case. So, I suppose it is toUpperCase() related…
(I attach my table properties just in case)
Is there a way to fix this? Any idea will be much appreciated.