shawkynasr / HSK-official-Query-System

《国际中文教育中文水平等级标准》 查询系统 Query System of Chinese Proficiency Grading Standards for International Chinese Language Education, New HSK Levels 2021
MIT License
25 stars 6 forks source link

Encoding #1

Closed lxs602 closed 3 years ago

lxs602 commented 3 years ago

Hi,

A suggestion.

Many people have not heard of character encodings, and Excel does not offer automatic detection, even in the latest version, 365.

Choosing the right encoding for csv files may confuse many users.

Perhaps the files could also be offered as odf or xlsx files?

Utf-8 might be a better bet for the csv files themselves.

L

shawkynasr commented 3 years ago

Hi, I see, office 2021 will support:

I uploaded xlsx files in release: You can download it

shawkynasr commented 3 years ago

Csv files, better to use editor to open it like: EmEditor or notepad++

"Utf-8 might be a better bet for the csv" Yes, encoding for csv is utf-8

lxs602 commented 3 years ago

Hi,

词汇.csv: utf-8 with confidence 0.99 汉字.csv: GB2312 with confidence 0.99 <---- Check this one 语法.csv: utf-8 with confidence 0.99 音节.csv: utf-8 with confidence 0.99

I can see the rest are all utf-8 :)

lxs602 commented 3 years ago

Hi, I see, office 2021 will support:

  • CSV (UTF-8) support

I uploaded xlsx files in release: You can download it

Thanks, I had not looked at the release, only the csv files

shawkynasr commented 3 years ago

Many thanks!

fixed