Skip to content

Commit

Permalink
not perl6 code, don’t test it
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 20, 2017
1 parent 7820889 commit c3958e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/unicode.pod6
Expand Up @@ -69,10 +69,12 @@ Perl6 applies X<normalization> by default to all input and output it makes.
What does this mean? For example á can be represented 2 ways. Either using
one codepoint:
=for code :skip-test
á (U+E1 "LATIN SMALL LETTER A WITH ACUTE")
Or two codepoints:
=for code :skip-test
a + ́ (U+61 "LATIN SMALL LETTER A" + U+301 "COMBINING ACUTE ACCENT")
Perl 6 will turn both these inputs into one codepoint, as is specified for
Expand Down
2 changes: 2 additions & 0 deletions doc/Language/unicode_entry.pod6
Expand Up @@ -39,6 +39,7 @@ You may have issues using the compose key in all programs. the C<xim> input meth
requires no extra installation, but it will not work with high codepoint values,
such as emoji. If you have problems with C<xim> then you should try C<ibus>.
=for code :skip-test
input_module=xim
export GTK_IM_MODULE=$input_module
export XMODIFIERS=@im=$input_module
Expand All @@ -59,6 +60,7 @@ C<xim> input module, you can instead use ibus. You will have to install the ibus
package for your distribution. Then you will have to set it to start on load of your
Desktop environment. The command that needs to be run is:
=for code :skip-test
ibus-daemon --xim --desktop=Desktop_Environment_Name -v -d
Setting C<--xim> should also allow programs not using ibus to still use the xim
Expand Down

0 comments on commit c3958e1

Please sign in to comment.