Diacritics Vietnamese keyboard in UITextField Swift
I want my UITextField to only display English characters, numbers, and whitespace. However with the Vietnamese keyboard, when input “W” or “OW” the text field will display as “Ư” or “Ơ” which my function below cannot detected. I try to implement even when using Vietnamese keyboard, the text field shows English characters.