Is there a way to make import/export-csv work with special characters? Try this:
cd $home
md öttö
dir | select-object Name | export-csvtest.csv
import-csvtest.csv
All special characters appear as "?".
-Tobias
Is there a way to make import/export-csv work with special characters? Try this:
cd $home
md öttö
dir | select-object Name | export-csvtest.csv
import-csvtest.csv
All special characters appear as "?".
-Tobias