summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-18 19:51:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-18 19:51:44 (GMT)
commit2ce3d02d9581d2f01818b745340b89760bfb987e (patch)
treeebc2fe13e0eb392fe857861054aa5991d7d0364c /library
parent549bcac062ff78d381a06be605777e1f155d23ef (diff)
parentf3e045cc474203fdfb1a77892eadfba33275509c (diff)
downloadtk-2ce3d02d9581d2f01818b745340b89760bfb987e.zip
tk-2ce3d02d9581d2f01818b745340b89760bfb987e.tar.gz
tk-2ce3d02d9581d2f01818b745340b89760bfb987e.tar.bz2
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/demos/unicodeout.tcl6
1 files changed, 4 insertions, 2 deletions
diff --git a/library/demos/unicodeout.tcl b/library/demos/unicodeout.tcl
index 9cd3661..eebaae9 100644
--- a/library/demos/unicodeout.tcl
+++ b/library/demos/unicodeout.tcl
@@ -131,8 +131,10 @@ addSample $w Japanese \
addSample $w Korean "\uB300\uD55C\uBBFC\uAD6D\uC758 \uD55C\uAE00"
addSample $w Russian \
"\u0420\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A"
-addSample $w Emoji \
- "\U1F600\U1F4A9\U1F44D\U1F1F3\U1F1F1"
+if {[tk windowingsystem] eq "win32"} {
+ addSample $w Emoji \
+ "\U1F600\U1F4A9\U1F44D\U1F1F3\U1F1F1"
+}
## We're done processing, so change things back to normal running...
destroy $w.wait