![]() |
I need perlscript to convert text file in UTF-16
hi
I need perlscript to convert text file in UTF-16 using perl module Unicode::Map http://search.cpan.org/~mschwartz/U...ap-0.112/Map.pm greetings cccc |
Can't you just use
Code:
recode latin1..utf16 yourfile.txt |
thanks, but howto use this command from perl script ?
|
Just as any other external program,
eg. Code:
#!/usr/bin/perl -wCode:
#!/usr/bin/perl -w |
| All times are GMT -5. The time now is 03:14 PM. |