Skip to content

Commit

Permalink
Merge pull request yodarunamok#8 from matsuo/fixRetrieveFM7DataInclud…
Browse files Browse the repository at this point in the history
…eSurrogatePair

Fixed retrieving FM7Data include surrogate pair.
  • Loading branch information
msyk committed Mar 31, 2012
2 parents 2642fb0 + 70b3aa7 commit db91342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasource_classes/RetrieveFM7Data.class.php
Expand Up @@ -245,7 +245,7 @@ function doQuery ($action) {
$xmlParseResult = xml_parse($xml_parser, $data, true);
if (! $xmlParseResult) {
/* Masayuki Nii added at Oct 9, 2009 */
$this->FX->columnCount = -1;
$this->columnCounter = -1;
xml_parser_free($xml_parser);
$xml_parser = xml_parser_create("UTF-8");
xml_set_object($xml_parser, $this);
Expand Down

0 comments on commit db91342

Please sign in to comment.