>
> you can check your present setting in /winnt/php.ini (probably)
>
> -Jørg
>
> "Harry Lau" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Suppose I have wrote the following script in a php file, &quo
Suppose I have wrote the following script in a php file, "test.php":
echo("");
I first put the file in my win2000 + IIS server.
When I enter the URL address "test.php?$s=10",
the html output is:
But when I put the file in many other servers,
they give the html output is what I have expected:
I want to include a string into a PNG by ImageTTFText(),
where some of the chars are encoded in BIG5.
I have found the revalent TTF for BIG5.
The output really gives some Traditional Chinese chars,
but the chars are not those I want.
(I think this problem also exist in Shift-JIS encoding.)
Would