




(view source code of 2unicode.ps as plain text)
# Convert any text file to Unicodeparam( [string] $infile = $(throw "Please specify a filename.") )
$outfile = "$infile.unicode"
get-content -Path $infile | out-file $outfile -encoding unicode
page last modified: 2025-10-11; loaded in 0.0083 seconds