|
[text/plain 466b]
Hi John,
My LANG is en_US.UTF-8 like yours, but my LC_ALL is set to C. If I unset the LC_ALL variable, I
can display the full man page but there's some wonky formatting like this:
# Write a number and a formula using A1 notation
$worksheet->write(âA3â, 1.2345);
$worksheet->write(âA4â, â=SIN(PI()/4)â);
(what should be quotes are looking like a's with little hats. Is it trying to use curly quotes or
something?)
-Ken
|