/[cvs]/nfo/php/libs/org.netfrag.glib/Data/Driver/RPC/Remote.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Data/Driver/RPC/Remote.php

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

revision 1.3 by joko, Thu Feb 13 21:51:29 2003 UTC revision 1.4 by joko, Thu Feb 20 21:42:43 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    --------------------------------------------------------------------------  ##    --------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.4  2003/02/20 21:42:43  joko
8    ##    + fix: always converting from utf8 into latin here (for now)
9    ##
10  ##    Revision 1.3  2003/02/13 21:51:29  joko  ##    Revision 1.3  2003/02/13 21:51:29  joko
11  ##    + now can remember its connection-state  ##    + now can remember its connection-state
12  ##    + sub ping  ##    + sub ping
# Line 173  class Data_Driver_RPC_Remote extends Des Line 176  class Data_Driver_RPC_Remote extends Des
176          //print "data: " . dumpVar($response);          //print "data: " . dumpVar($response);
177    
178          //  decode UTF8 to ISO if wanted          //  decode UTF8 to ISO if wanted
179          if($options[utf8]) {          //if ($options[to_latin]) {
180            $encoder = new Data_Encode($data);            $encoder = new Data_Encode($data);
181            $encoder->toISO();            $encoder->toISO();
182          }          //}
183                    
184          $this->meta[connected] = 1;          $this->meta[connected] = 1;
185          $this->_save_meta();          $this->_save_meta();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed