Skip to content

Fix deprecation warning related to unicode_normalize [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Igor Drozdov requested to merge cherry-pick-4d66d317 into master

What does this MR do?

Related issue: #328517 (closed) Closes: #208251 (closed)

This merge request introduces the following changes:

  • uses unicode_normalize instead of the deprecated normalize method
  • updates babosa gem the new version of which uses unicode_normalize instead of the deprecated normalize method
Edited by Igor Drozdov

Merge request reports