windows/unix unicode hell
Task: convert legal UTF8 into Windows native unicode (lilttle-endian, UTF-16).
Solution: UTF8ToUnicode.pl
This way you will identical file as if you opened input with Notepad and saved as “Unicode”.
Task: convert legal UTF8 into Windows native unicode (lilttle-endian, UTF-16).
Solution: UTF8ToUnicode.pl
This way you will identical file as if you opened input with Notepad and saved as “Unicode”.
February 18th, 2008 at 20:34
Have You seen notepad2?
February 18th, 2008 at 23:38
sure :)
but when I have to choose 2 solutions, both non-native to Windows, I choose Perl :)