Mirror of the Nandos [1] [2] dictionary of South African names. Version downloaded on 22 March 2018.
You can read the names using Python as follows:
data = open('#rightmyname.dic','rb').read().decode('utf-16-le')
names = data.split()
Mirror of the Nandos [1] [2] dictionary of South African names. Version downloaded on 22 March 2018.
You can read the names using Python as follows:
data = open('#rightmyname.dic','rb').read().decode('utf-16-le')
names = data.split()