Problem
I'm using Excel 2019 and I have this .csv file(Multiple language) which is in UTF-8 encoding and when I try to open the file, Excel opens it in ASCII encoding — the english characters and numbers are displayed correctly but the other language data are in corrupted characters (unrecognisable).
I tried to open the .csv file by opening new excel file and import the csv using the data import through text\csv option and after this the characters of the languages are in proper way but the spreadsheet isn't the rows and columns are messed up.
Decimal(.) and Thousands(,) separators in both the excel and the list separator(,) in the regional settings of the windows are in order.
And there seems to be no text wizard in Excel 2019? And I'm wondering if there is a way to change default encoding of .csv files in excel 2019(?).
I tried to change the encoding using Registry Editor and there is no folder named option under the Excel folder in the Registy Editor.
Edit: By changing the encoding from UTC-8 to UTC-8 BOM the encoding issues for multiple language data is resolved but many data are mismatching the rows and columns.