We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a65773 + 52964cd commit 7dc478dCopy full SHA for 7dc478d
doc/Language/unicode.rakudoc
@@ -12,6 +12,12 @@ methods.
12
For an overview on MoarVM's internal representation of strings, see the
13
L<MoarVM string documentation|https://github.com/MoarVM/MoarVM/blob/master/docs/strings.asciidoc>.
14
15
+=begin nested
16
+For security reasons, browsers (eg., Firefox) may restrict the display of Unicode
17
+glyphs not in a trusted font, even if the OS has a font installed that displays the glyph.
18
+To overcome this problem for Firefox, set the `privacy.fingerprintingProtection` config option to `False`.
19
+=end nested
20
+
21
=head1 Filehandles and I/O
22
23
X<|Reference,Normalization>
0 commit comments