Does Word2000 understand Unicode? Does it default to trying to read Unicode, rather than ASCII or the like? I have used jEdit with success to read/write Unicode files.
--Chris

On Monday, December 9, 2002, at 02:30 PM, Raghupathy, Ramesh . wrote:

Hi,

I am using perl 5.8.0 for windows to output Unicode characters in a file
and I like to see the unicode characters using any word processor on
Windows. When I use Word 2000 using Arial Unicode MS font, all the unicode
characters looks garbled. How can I see the Unicode characters of the file I
output ? I appreciate all help.

My script looks like:
-----------------------------
binmode(STDOUT, ":utf8");
my $unichar1 = "\x{0910}";
my $unichar2 = "\x{0920}";
my $unichar3 = "\x{0930}";
my $unichar4 = "\x{0940}";
print "my unicode chars are $unichar1 and $unichar2 and $unichar3 and
$unichar4 \n";

Thanks,
Ramesh

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • output help Raghupathy, Ramesh .
    • Christopher D . Lewis

Reply via email to