Hi all,

I'm trying to import a dataset with string variables containing Greek characters. I'm using Stata 14.1. The raw data is saved in a .txt file and the Greek letters are readable in the .txt file. The code is:

Code:
import delimited "dataset.txt", clear
browse
You can see below what the data looks like from within Stata.

My understanding from this post is that Stata 14 should be able to support Greek characters.

Array