Skip to content

Fix convertUnicodeToAscii text utility method

What does this MR do?

Following !39971 (merged), the new project page does not properly replace the character ö to oe and neither Ö to Oe. This MR fixes the responsible convertUnicodeToAscii method.

Screenshots

Before

The image is a screenshot of the new project page. The project name "Dachböden" gets replaced to "dachboden".

After

The image is a screenshot of the new project page. The project name "Dachböden" gets replaced to "Dachboeden"

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Kev

Merge request reports