Skip to content

The php txt encoding when connecting database #56

Description

@impermanD

In some situation, emoji code was inserted to zotero client fields . But these coders don't support by utf8( define as utf8mb3) when we sync with server, it should utf8mb4. May be the first place to modified is in Dataservers php code DB.inc.php. it code like this:

'charset' => !empty($info['charset']) ? $info['charset'] : 'utf8mb4',

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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