lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.82k stars 399 forks source link

Exporting the driver list as CSV using French should use the semicolon delimiter instead of commas. #93

Closed VinnyVynce closed 4 years ago

VinnyVynce commented 4 years ago

Hi, as the title says, the default delimiter for french operating systems in the CSV format is a semicolon instead of a comma. The CSV files exported are pointless for any french speaker unless you change the delimiter system wide which you don't want to in most cases. Thanks!

lostindark commented 4 years ago

Fixed in 430767410fb0a6163f830c2488394097ee08011b. You can try a private build here: https://ci.appveyor.com/api/buildjobs/de9tbq8pxwsjobai/artifacts/Rapr%2Fbin%2FDriverStoreExplorer.v0.10.61.zip

VinnyVynce commented 4 years ago

Hi @lostindark, the delimiters work flawlessly! Another thing to maybe change, idk if you save the CSV with UTF8 encoding or not but the driver classes have encoding issues.

Périphériques USB should be Périphériques USB Lecteurs de cartes à puce should be Lecteurs de cartes à puce Périphériques système should be Périphériques système.

lostindark commented 4 years ago

Now the tool export as UTF8. Private build: https://ci.appveyor.com/api/buildjobs/bqbeqvkbjlrhsl61/artifacts/Rapr%2Fbin%2FDriverStoreExplorer.v0.10.62.zip