PHP Classes

utf-8 Parse error

Recommend this page to a friend!

      OFX Parser  >  All threads  >  utf-8 Parse error  >  (Un) Subscribe thread alerts  
Subject:utf-8 Parse error
Summary:Fix
Messages:1
Author:clive Turner
Date:2014-04-18 16:28:10
 

 


  1. utf-8 Parse error   Reply   Report abuse  
Picture of clive Turner clive Turner - 2014-04-18 16:28:10
Recommend utf8_encoding the OFXContent or you may (like me) get parsing errors.

circa line 55

$this->ofx= simplexml_load_string( "<?xml version='1.0'?> ".utf8_encode($this->OFXContent) );