Top "Non-english" questions

Use this tag for questions that relate to problems involving text or data that is written in another language besides English.

Can an email address contain international (non-english) characters?

If it's possible, should I accept such emails from users and what problems to expect when I will be sending …

email internationalization non-english
Use regular expression to match ANY Chinese character in utf-8 encoding

For example, I want to match a string consisting of m to n Chinese characters, then I can use: [single …

regex unicode flex-lexer non-english
Detect strings with non English characters in Python

I have some strings that have a mix of English and none English letters. For example: w='_1991_اف_جي2' How …

python regex non-english
how to make sql developer display non-English character correctly instread of displaying squares?

in sql developer--preference Environment--encoding is already set to 'UTF-8' Code Editor--fonts was set to 'Verdana' Database--NLS--Language was set to …

oracle encoding utf-8 oracle-sqldeveloper non-english
Foreign language characters in Regular expression in C#

In C# code, I am trying to pass chinese characters: " 中文ABC123". When I use alphanumeric in general using "^[a-zA-Z0-9\…

c# regex non-english