Skip to content

Commit

Permalink
Use uniprop-str instead of more general uniprop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Apr 4, 2018
1 parent 8a99999 commit 13caa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Rakudo/Internals.pm6
Expand Up @@ -723,7 +723,7 @@ my class Rakudo::Internals {
#?if moar
my int $ord = nqp::ord($char);
$escaped ~= nqp::isge_i($ord,256)
&& +uniprop($ord,'Canonical_Combining_Class')
&& +uniprop-str($ord,'Canonical_Combining_Class')
?? char-to-escapes($char)
!! nqp::iseq_s($char,"\r\n") ?? '\r\n' !!
#?endif
Expand Down

0 comments on commit 13caa77

Please sign in to comment.