php-i18n Digest 10 Sep 2003 09:01:03 -0000 Issue 193
Topics (messages 612 through 613):
Re: mb_http_output question
612 by: Evan Owens
Sending E-mail with Internation Characters
613 by: Muhammed Mamedov
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
Did you turn encoding translation on? Also you probably have to set
your internal encoding to EUC-JP.
mbstring.internal_encoding = EUC-JP
mbstring.encoding_translation = On
Regards,
Evan
> -----Original Message-----
> From: Jean-Christian IMbeault [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 27, 2003 5:56 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-I18N] mb_http_output question
>
> I have a bunch of HTML pages written in EUC-JP and I would like to
have
> them automatically translated to SJIS when the server calls them up. I
> thought that I could have my web server (Apache) treat the files as
PHP
> by setting:
>
> AddType application/x-httpd-php .html
>
> And then having PHP translate the pages from EUC-JP to SJIS but ...
>
> I have tried these settings in php.ini but I all the pages turned out
to
> be moji-bake:
>
> mbstring.http_output = SJIS
> output_handler = mb_output_handler
>
> What is the proper way for me to configure PHP so that it will
> automagically translate all the pages to SJIS?
>
> Thanks!
>
> Jean-Christian Imbeault
>
> --
> PHP Internationalization Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi everybody!
I need to send e-mail from PHP, I send them using mail(...);, which can be
written in several languages. In Greek or Turkish for example...
How do I manage to do this? ... I tried sending them using Unicode format,
but in Outlook characters were not displayed correctly.
Thanks.
--- End Message ---