Hello All,
I am trying to resolve the problem of converting unicode file into Ansi or Ascii.
get-content t1.txt or gc t1.txt -encoding ascii - do not work.
I wish I would be able to attach this file for reference. May be something wrong with the file, but here is what I noticed:
Notepad opens my problematic file as any other file and can save it in 'ansi' format acceptable for my goals.
Notepad may save any file in any type of Unicode file. Then this file can be converted by 'gc' command.
However, if notepad is not involved, my file can not be currently converted by 'gc' command.
gene