Skip to content

Remove duplicate utf8 encoding #47

@victorjonsson

Description

@victorjonsson

Calling utf8_encode in SolrPhpClient/Apache/Solr/Service.php on line 770 destroys multibyte characters.

Suggested change: (might also be good to add before calling htmlspecialchars on line 787 in the same file )

if( !seems_utf8($multivalue) )
  $multivalue = utf8_encode($multivalue);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions