Tagged Questions
2
votes
1answer
562 views
powershell import-csv mangles diacritical characters
I am trying to create users in AD (2003 server R2) from a CSVfile using PowerShell (v2)
when I use import-csv the resulting data gets mangled when names have diacritical characters in them.
Jerónimo ...
2
votes
1answer
2k views
Utility for converting Shift-JIS encoded files to UTF-8 encoded files
My client has a ton of Japanese text files which are encoded in Shift-JIS.
They need a utility which can convert these files to UTF-8.
Ideally, the tool would offer both command-line and interactive ...
1
vote
1answer
519 views
Unable to convert file to UTF-8
I am on Windows XP sp3 and I am trying to convert a file from ASCII to UTF-8.
I use notepad++ to do this. I go to Encoding > Convert to UTF-8 without BOM.
I save the file, reopen and it is still on ...