Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

Import-CSV / Export-CSV with special characters / Bug?

$
0
0

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


Viewing all articles
Browse latest Browse all 8583

Trending Articles