Skip to content

charset error #44

@DmitryShlepkin

Description

@DmitryShlepkin

Hi i had some issues with charset in search results. (See attach) Database and database connection use 'utf-8' charset.

screen shot 2014-01-25 at 2 44 19 pm

I change line 414 in data.search.php:

$excerpt = utf8_encode($excerpt);

with:

$excerpt = iconv('UTF-8', 'UTF-8//IGNORE', $excerpt);

And now have right symbols in search results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions