We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb10a56 commit c6ffcc8Copy full SHA for c6ffcc8
docs/lcb/16717.md
@@ -0,0 +1,3 @@
1
+# LiveCode Builder Standard Library
2
+
3
+# [16717] Handle unicode variation selector codepoints correctly
tests/lcb/stdlib/char.lcb
@@ -441,4 +441,11 @@ public handler TestCodeOfChar()
441
MCUnitTestHandlerThrows(TestCodeOfChar_Empty, "char->code (empty)")
442
end handler
443
444
+constant kVarSel is "a\u{fe0e}"
445
446
+public handler TestVariationSelector()
447
+ test "variation selector is part of grapheme" when \
448
+ char 1 of kVarSel is kVarSel
449
+end handler
450
451
end module
0 commit comments