Panel:SetAllowNonAsciiCharacters
Example
Replaces the default vgui.Create() function to always allow non US-ASCII characters for text inputs.
Configures a TextEntry to allow user to type characters that are not included in the US-ASCII (7-bit ASCII) character set.
Characters not included in US-ASCII are multi-byte characters in UTF-8. They can be accented characters, non-Latin characters and special characters.
Replaces the default vgui.Create() function to always allow non US-ASCII characters for text inputs.