/[suikacvs]/messaging/newsportal/newsportal.php
Suika

Diff of /messaging/newsportal/newsportal.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by wakaba, Mon Feb 11 13:35:52 2002 UTC revision 1.36 by wakaba, Mon Feb 11 13:36:11 2002 UTC
# Line 554  function decode_unstructured_body ($body Line 554  function decode_unstructured_body ($body
554  function decode_structured_body ($body) {  function decode_structured_body ($body) {
555    $patterns = array (    $patterns = array (
556        "/\"((?:[^\"\\\\]+|\\\\.)*)\"/e",        "/\"((?:[^\"\\\\]+|\\\\.)*)\"/e",
557        "/\(((?:[^()\\\\]+|\\\\.|(?:\((?:[^()\\\\]+|\\\\.|(?:\((?:[^)\\\\]+|\\\\.\        "/\(((?:[^()\\\\]+|\\\\.|(?:\((?:[^()\\\\]+|\\\\.|(?:\((?:[^)\\\\]+|\\\\.\)*\))*\)))*)))\)/e",
 )*\)))*\)))*)\)/e",  
558    );    );
559    $replace = array (    $replace = array (
560      "mb_convert_encoding(fake_jisx0213(decode_quoted_pair('\\1')),'EUC-JP','auto')",      "mb_convert_encoding(fake_jisx0213(decode_quoted_pair('\\1')),'EUC-JP','auto')",

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24