Cannot Import Non-ASCII CSV file and it fails with Error in read_tokens_

When you try to import a Non-ASCII CSV file, you might see error like below.

Error in read_tokens_(data, tokenizer, col_specs, col_names, locale_, : 
Invalid multibyte sequence

If this is the case, you can try another character encoding that can be changed on left hand side of CSV import Dialog.