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

Polyfill for String.prototype.normalize() #5416

Merged

Conversation

AdrienClairembault
Copy link
Contributor

@AdrienClairembault AdrienClairembault commented Feb 20, 2019

Compatibility fix for IE (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize#Browser_compatibility).

Polyfill used : https://github.com/walling/unorm

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Internal ref 16088

js/common.js Outdated Show resolved Hide resolved
Copy link
Contributor

@trasher trasher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (cannot test)

@cedric-anne
Copy link
Member

@cedric-anne cedric-anne added this to the 9.4.1 milestone Feb 20, 2019
@trasher trasher merged commit 1d42efb into glpi-project:9.4/bugfixes Feb 20, 2019
ettalhi pushed a commit to ettalhi/glpi that referenced this pull request Aug 26, 2019
@AdrienClairembault AdrienClairembault deleted the normalize-ie-unorm branch October 4, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants