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.
1 parent 67705e5 commit 7688624Copy full SHA for 7688624
doc/Language/unicode_entry.pod6
@@ -112,8 +112,8 @@ of unicode to program in Perl 6:
112
XTerm*locale: UTF-8
113
XTerm*titleModes: 16
114
XTerm*useClipping: false
115
- XTerm*utf8 1
116
- XTerm*utf8Fonts 1
+ XTerm*utf8: 1
+ XTerm*utf8Fonts: 1
117
XTerm*utf8Title: true
118
=end code
119
@@ -126,7 +126,7 @@ configuration that supports displaying enough of unicode to program in Perl 6:
126
=begin code :lang<.Xdefaults>
127
URxvt*font: xft:Noto Mono:pixelsize=14:style=Regular,\
128
xft:Noto Emoji:pixelsize=14:style=Regular
129
- URxvt*letterspace: -1
+ URxvt*letterSpace: -1
130
URxvt*locale: en_US.UTF-8
131
URxvt*skipBuiltInGlyphs: true
132
0 commit comments