<?xml version="1.0" encoding="UTF-8"?>
<feature id="string-normalize"><name>String normalize()</name><description>The normalize() method of strings returns a Unicode normal form of a string as a new string. More than one code point sequence can represent the same characters. You can use the normalize() method to find canonically or compatibly equivalent strings.</description><group>string</group><group_name>Strings</group_name><baseline><status>widely</status><low_date>2016-09-20</low_date><high_date>2019-03-20</high_date></baseline><support><browser name="chrome" version="34" supported="true"></browser><browser name="firefox" version="31" supported="true"></browser><browser name="safari" version="10" supported="true"></browser><browser name="edge" version="12" supported="true"></browser><browser name="chrome_android" version="34" supported="true"></browser><browser name="firefox_android" version="31" supported="true"></browser><browser name="safari_ios" version="10" supported="true"></browser></support><specifications><spec>https://tc39.es/ecma262/multipage/text-processing.html#sec-string-objects</spec></specifications><caniuse></caniuse><mdn_url>https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/normalize</mdn_url><compat_features><key>javascript.builtins.String.normalize</key></compat_features><canonical_url>https://nowyoucanuse.com/features--string-normalize.html</canonical_url></feature>