We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649cfb1 commit c48a135Copy full SHA for c48a135
src/netxs/desktopio/utf.hpp
@@ -466,7 +466,7 @@ namespace netxs::utf
466
if (next.is_cmd())
467
{
468
code.step();
469
- if (next.cdpoint == 0x02 /*ansi::c0_stx*/) // Custom cluster initiator.
+ if (Clusterize && next.cdpoint == 0x02 /*ansi::c0_stx*/) // Custom cluster initiator.
470
471
next = code.take();
472
auto rest = code.rest();
0 commit comments