Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using multibyte string functions #1446

Open
pavelevap opened this issue May 12, 2019 · 0 comments
Open

Using multibyte string functions #1446

pavelevap opened this issue May 12, 2019 · 0 comments
Labels
improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc.

Comments

@pavelevap
Copy link
Collaborator

VersionPress is using basic functions like strtolower() for values which could lead to problems. Multibyte string functions should be used when working with some values, see for example issue #1439.

Example: Special values for entities could be defined in schema.yml:

  ignored-entities:
    - 'some_key: Město'
@pavelevap pavelevap added improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc. labels May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc.
Projects
None yet
Development

No branches or pull requests

1 participant