I forgot to say, thanks for this information.
Is <
http://blogs.msdn.com/b/powershell/> a good place to watch
for news about this? At the moment, it still seems to be on hold -
I suppose because the people working on it, and probably a lot
of third-party testers, took a Christmas holiday; me, too.
To explain what I want to do, which ought to be a small and
simple thing - it's just to convert some large UTF-8 text
files to Microsoft UCS-2 or thereabouts, to import into
Microsoft SQL Server. I don't have an exact recipe for
doing this in Powershell 5, but the elements are there.
Alternatives that I might be able to use are a converter
that comes with Java or used to (maybe via UTF-32),
or what I actually did - open each file in the utility
"Notepad++" and then save in the appropriate encoding.
However, I don't entirely trust Notepad++ ... so, bright
idea, open the new files in the editor, save them again
in the previous format, and compare to the original file.
However, some of the converted files are too large to
open in Notepad++ - so?!? So, cross my fingers and hope.
Well, are there any other easy, effective ways to do this
sort of thing?