2013/4/20 John Darrington <[email protected]>
> [...]
>
> When registering something with the .csv files, I may get problems
> with
> office packages also registering *.csv files.
>
> Why? This would only be a problem if those packages associate the
> extension ".csv"
> with something other than "text/csv"
>
It seems you are right, but I hate it to change anything in the MSWindows
registry as it is such a tricky item in my opinion.
Adding:
HKCR ".txt" "Content Type" "text/plain"
HKCR ".text" "Content Type" "text/plain"
HKCR ".csv" "Content Type" "text/csv"
HKCR ".tsv" "Content Type" "text/tab-separated-values"
HKCR ".gnumeric" "Content Type" "application/x-gnumeric"
HKCR ".ods" "Content Type"
"application/vnd.oasis.opendocument.spreadsheet"
seems to work.
I will build a new package with it so it can be tested.
Have fun
_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev