You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out-of-the-box jasync supported those types of encoding:
UTF_8
US_ASCII
ISO_8859_1
The default one is UTF_8.
In version 0.9.50 the encoding used for UTF-8 was changed from utf8mb3 to utf8mb4_unicode_ci. Effectively, it allows passing UTF chars of up to 4 bytes, Including emoji's.
In case you would like to use other charsets there are 2 options: