Functional impact
When toggling on the “ignore casing” setting for the ciphertext, characters are normalized to lowercase before analysis.For all data encodings, the data is first decoded to a
Uint8Array and then converted to a string, thus producing a Latin-1 (ISO/IEC 8859-1) string (8-bit "extended" ASCII table). This step takes place before the ignore casing setting is applied.