MichealNestor01 / RussianWordProfiler

A website that aims to emulate the feature set of the AntWordProfiler for the Russian language.
1 stars 0 forks source link

fix cyrillic csv encoding #16

Closed MichealNestor01 closed 3 weeks ago

MichealNestor01 commented 1 month ago

Currently the csv for the frequency table is generated without enforcing utf-8 encoding. This means that excel does not automatically recognise the cyrillic characters.

Fix this by rewriting the way that the csvs are created.

MichealNestor01 commented 3 weeks ago

After looking into this, excel is just bad at reading utf-8 encoded csv's, libreoffice calc and google sheets do it fine. However, since excel is the most widely used we should switch to creating xls files for the user to download.