summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-10-27 01:29:21 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-10-27 01:29:21 (GMT)
commit3ac2170caefb3e605acc01b0121d0cd7f8bb1268 (patch)
treed67dffa14fac231a94ef3046d64ab0157b20f3c8 /library
parent880620f07f9a7069e5aa1a6d7c844ed536dc0499 (diff)
parent43627cc36f0125b06f45c3b5e0eb7be38afe2a56 (diff)
downloadtk-3ac2170caefb3e605acc01b0121d0cd7f8bb1268.zip
tk-3ac2170caefb3e605acc01b0121d0cd7f8bb1268.tar.gz
tk-3ac2170caefb3e605acc01b0121d0cd7f8bb1268.tar.bz2
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/demos/unicodeout.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/demos/unicodeout.tcl b/library/demos/unicodeout.tcl
index bb4d8f8..759dc00 100644
--- a/library/demos/unicodeout.tcl
+++ b/library/demos/unicodeout.tcl
@@ -133,8 +133,7 @@ addSample $w Russian \
"\u0420\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"
if {([tk windowingsystem] ne "x11") || (![catch {tk::pkgconfig get fontsystem} fs] && ($fs eq "xft"))} {
if {[package vsatisfies [package provide Tcl] 8.7-]} {
- addSample $w Emoji \
- "\U1F600\U1F4A9\U1F44D\U1F1F3\U1F1F1"
+ addSample $w Emoji "😀💩👍🇳🇱"
} else {
addSample $w Emoji \
"\uD83D\uDE00\uD83D\uDCA9\uD83D\uDC4D\uD83C\uDDF3\uD83C\uDDF1"