Characters like 'é' or 'î' are not resolved by getEvents(). For example, getEvents("é") returns null. However, it is possible to decompose them. For example, getEvents("\u0301e") returns the events generating "é". Thank you Philippe! ;)
Characters like 'é' or 'î' are not resolved by getEvents(). For example, getEvents("é") returns null. However, it is possible to decompose them. For example, getEvents("\u0301e") returns the events generating "é". Thank you Philippe! ;)