"image" => 8465,
"real" => 8476,
"trade" => 8482,
"alefsym" => 8501,
"larr" => 8592,
"uarr" => 8593,
"rarr" => 8594,
"darr" => 8595,
On Mon, 2005-07-18 at 20:44 +0100, Mikey wrote:
> Catalin Trifu wrote:
> >Fredrik Tolf wrote:
> >>I've begun to be more and more displeased with Apache lately, so I've
> >>been thinking of writing my own HTTP server instead. I still want PHP
> >>supp
On Mon, 2005-07-18 at 15:57 -0400, Evert | Rooftop wrote:
> Fredrik Tolf wrote:
> >I've begun to be more and more displeased with Apache lately, so I've
> >been thinking of writing my own HTTP server instead. I still want PHP
> >support, but writing a new S
a short intro to it?
Thanks for reading!
Fredrik Tolf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5. I don't think I asked for the PHP versions of the
others.
So, what is one supposed to do with this really? Is there any particular
way that I can detect if I should use "unix://" and prepend it if
necessary? If you don't mind me asking, what's the reason for this
in
On Sun, 2004-11-07 at 20:42 +0100, Fredrik Tolf wrote:
> On Sun, 2004-11-07 at 13:57 +0200, Marina Markus wrote:
> > Is there a possibility in PHP allowing to encode a string
> > with WIN-1255 character set encoding? The result should look like:
> >
> > =?windows-125
take values which are already in the UTF-8 encoding. If
your values aren't in UTF-8, take a look at the iconv function.
> If anyone has a solution for another character set, I suppose it can also
> help.
I'd recommend that you use UTF-8 instead. It's more general than
Windows-1255 (copes with characters outside the Hebrew range), and is
probably supported by more MUAs.
Hope it helps!
Fredrik Tolf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7 matches
Mail list logo