- Timestamp:
- 2007/10/25 21:41:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-combz/html/test/naka/new.php
r16562 r16563 29 29 if (!PEAR::isError($ret)) { 30 30 $response = $req->getResponseBody(); 31 $response = mb_convert_encoding($response, "EUC-JP", "Shift-JIS"); 31 32 print($response); 32 33 } else {
Note: See TracChangeset
for help on using the changeset viewer.