Skip to content

Cannot create post with latin characters in title #4714

@diegomagikal

Description

@diegomagikal

Environment:
Windows7, Wamp, WP-CLI, 1.5

Summary:
Cannot create post with latin characters in post title

Command to reproduce the bug:
wp post create --post_type=page --post_status=publish --post_title="Perícias Contábeis"
or
wp post create --post_type=page --post_status=publish --post_title="Atuação"

Actual Results:
Error: Não foi possível inserir o post no banco de dados

If I remove the characters "í", "á", "ç" and "ã" (Portuguese), the post is saved.
wp post create --post_type=page --post_status=publish --post_title="Pericias Contabeis"
Result:
Success: Created post 56

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions