Skip to content

Commit c3958e1

Browse files
committed
not perl6 code, don’t test it
1 parent 7820889 commit c3958e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/Language/unicode.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ Perl6 applies X<normalization> by default to all input and output it makes.
6969
What does this mean? For example á can be represented 2 ways. Either using
7070
one codepoint:
7171
72+
=for code :skip-test
7273
á (U+E1 "LATIN SMALL LETTER A WITH ACUTE")
7374
7475
Or two codepoints:
7576
77+
=for code :skip-test
7678
a + ́ (U+61 "LATIN SMALL LETTER A" + U+301 "COMBINING ACUTE ACCENT")
7779
7880
Perl 6 will turn both these inputs into one codepoint, as is specified for

doc/Language/unicode_entry.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ You may have issues using the compose key in all programs. the C<xim> input meth
3939
requires no extra installation, but it will not work with high codepoint values,
4040
such as emoji. If you have problems with C<xim> then you should try C<ibus>.
4141
42+
=for code :skip-test
4243
input_module=xim
4344
export GTK_IM_MODULE=$input_module
4445
export XMODIFIERS=@im=$input_module
@@ -59,6 +60,7 @@ C<xim> input module, you can instead use ibus. You will have to install the ibus
5960
package for your distribution. Then you will have to set it to start on load of your
6061
Desktop environment. The command that needs to be run is:
6162
63+
=for code :skip-test
6264
ibus-daemon --xim --desktop=Desktop_Environment_Name -v -d
6365
6466
Setting C<--xim> should also allow programs not using ibus to still use the xim

0 commit comments

Comments
 (0)