FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » japanese mail is broken.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
japanese mail is broken. [message #23371] Mon, 14 March 2005 14:46 Go to previous message
elf2000 is currently offline  elf2000   Japan
Messages: 22
Registered: July 2004
Location: Japan
Karma:
Junior Member
japanese mail is broken.
A reason is that there is no specification of content-type (charset).
correspondence can if a code is corrected as follows.


Index: iemail.inc.t
===================================================================
RCS file: /forum21/install/forum_data/src/iemail.inc.t,v
retrieving revision 1.37
diff -r1.37 iemail.inc.t
57a58
> $mail_func = function_exists( "mb_send_mail")? "mb_send_mail": "mail";
59c60
< mail($email, $subj, $body, $header);
---
> $mail_func($email, $subj, $body, $header);
Index: root_index.php.t
===================================================================
RCS file: /forum21/install/forum_data/src/root_index.php.t,v
retrieving revision 1.39
diff -r1.39 root_index.php.t
1a2,3
> mb_language( "ja");
> mb_internal_encoding( "UTF-8");


However, this correction place is not good.
I did not find the best place.
Thanks,


--
Tadashi Jokagi

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Move All Selected" and "Delete All Selected"
Next Topic: Minor typo in Moderator/User Manager.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Apr 25 11:02:12 GMT 2024

Total time taken to generate the page: 0.04240 seconds