Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Everyone has a purpose in life. Perhaps yours is watching television. -- David Letterman


devel / comp.lang.tcl / Regional indicator symbol

SubjectAuthor
* Regional indicator symbolgreg
`- Regional indicator symbolgreg

1
Regional indicator symbol

<fa7d0396-b4dc-4e72-9799-9787c3e27a8an@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12717&group=comp.lang.tcl#12717

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:19a5:b0:429:710a:9464 with SMTP id u37-20020a05622a19a500b00429710a9464mr99080qtc.12.1704578815243;
Sat, 06 Jan 2024 14:06:55 -0800 (PST)
X-Received: by 2002:a05:620a:1a14:b0:783:75c:e2e0 with SMTP id
bk20-20020a05620a1a1400b00783075ce2e0mr75199qkb.5.1704578815001; Sat, 06 Jan
2024 14:06:55 -0800 (PST)
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sat, 6 Jan 2024 14:06:54 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.30; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.30
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <fa7d0396-b4dc-4e72-9799-9787c3e27a8an@googlegroups.com>
Subject: Regional indicator symbol
From: gregor.e...@googlemail.com (greg)
Injection-Date: Sat, 06 Jan 2024 22:06:55 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2443
 by: greg - Sat, 6 Jan 2024 22:06 UTC

Use
Tclversion: 8.6.13, Encoding: utf-8
Debian Linux Sid with xfce

tk::pkgconfig get fontsystem
-> xft
tk windowingsystem
-> x11

from source code Tcl/Tk 8.6.13:
.../tk8.6.13/library/demos/unicodeout.tcl
https://core.tcl-lang.org/tk/file?name=library/demos/unicodeout.tcl&ci=tip
"\uD83D\uDE00\uD83D\uDCA9\uD83D\uDC4D\uD83C\uDDF3\uD83C\uDDF1"

The Flag:
"\uD83C\uDDF3\uD83C\uDDF1"

https://en.wikipedia.org/wiki/Regional_indicator_symbol

But why we don't use the combination of Regional Indicator Symbols
put together to form a flag?
The other symbols are displayed.

#! /usr/bin/env tclsh

package require Tk

text .text -width 80 -height 40 -yscrollcommand ".scroll set"
scrollbar .scroll -orient verti -command [list .text yview]
grid .text -row 0 -column 0 -sticky nsew
grid .scroll -row 0 -column 1 -sticky ns
grid columnconfigure . 0 -weight 1
grid rowconfigure . 0 -weight 1

..text insert end "Tclversion: [info patchlevel] Encoding: [encoding system]"
..text insert end \n
..text insert end "from source code Tcl/Tk 8.6.13: ../tk8.6.13/library/demos/unicodeout.tcl"
..text insert end \n
..text insert end "😀💩👍🇳🇱"
..text insert end \n
..text insert end "\uD83D\uDE00\uD83D\uDCA9\uD83D\uDC4D\uD83C\uDDF3\uD83C\uDDF1"
..text insert end \n
..text insert end "\uD83C\uDDF3\uD83C\uDDF1"

Re: Regional indicator symbol

<b2fca60d-2add-4856-b5b5-9dc0118a8e4fn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12718&group=comp.lang.tcl#12718

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:620a:1a17:b0:783:f74:ba3c with SMTP id bk23-20020a05620a1a1700b007830f74ba3cmr67750qkb.4.1704582371307;
Sat, 06 Jan 2024 15:06:11 -0800 (PST)
X-Received: by 2002:a05:620a:4247:b0:783:7a2:ec59 with SMTP id
w7-20020a05620a424700b0078307a2ec59mr84720qko.7.1704582370930; Sat, 06 Jan
2024 15:06:10 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sat, 6 Jan 2024 15:06:10 -0800 (PST)
In-Reply-To: <fa7d0396-b4dc-4e72-9799-9787c3e27a8an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.30; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.30
References: <fa7d0396-b4dc-4e72-9799-9787c3e27a8an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b2fca60d-2add-4856-b5b5-9dc0118a8e4fn@googlegroups.com>
Subject: Re: Regional indicator symbol
From: gregor.e...@googlemail.com (greg)
Injection-Date: Sat, 06 Jan 2024 23:06:11 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3080
 by: greg - Sat, 6 Jan 2024 23:06 UTC

greg schrieb am Samstag, 6. Januar 2024 um 23:06:57 UTC+1:
> Use
> Tclversion: 8.6.13, Encoding: utf-8
> Debian Linux Sid with xfce
>
> tk::pkgconfig get fontsystem
> -> xft
> tk windowingsystem
> -> x11
>
> from source code Tcl/Tk 8.6.13:
> ../tk8.6.13/library/demos/unicodeout.tcl
> https://core.tcl-lang.org/tk/file?name=library/demos/unicodeout.tcl&ci=tip
> "\uD83D\uDE00\uD83D\uDCA9\uD83D\uDC4D\uD83C\uDDF3\uD83C\uDDF1"
>
> The Flag:
> "\uD83C\uDDF3\uD83C\uDDF1"
>
> https://en.wikipedia.org/wiki/Regional_indicator_symbol
>
> But why we don't use the combination of Regional Indicator Symbols
> put together to form a flag?
> The other symbols are displayed.
>
>
> #! /usr/bin/env tclsh
>
> package require Tk
>
> text .text -width 80 -height 40 -yscrollcommand ".scroll set"
> scrollbar .scroll -orient verti -command [list .text yview]
> grid .text -row 0 -column 0 -sticky nsew
> grid .scroll -row 0 -column 1 -sticky ns
> grid columnconfigure . 0 -weight 1
> grid rowconfigure . 0 -weight 1
>
> .text insert end "Tclversion: [info patchlevel] Encoding: [encoding system]"
> .text insert end \n
> .text insert end "from source code Tcl/Tk 8.6.13: ../tk8.6.13/library/demos/unicodeout.tcl"
> .text insert end \n
> .text insert end "😀💩👍🇳🇱"
> .text insert end \n
> .text insert end "\uD83D\uDE00\uD83D\uDCA9\uD83D\uDC4D\uD83C\uDDF3\uD83C\uDDF1"
> .text insert end \n
> .text insert end "\uD83C\uDDF3\uD83C\uDDF1"

as a supplement to my question

https://unicode.org/Public/emoji/15.0/emoji-sequences.txt
#1F1F3 1F1F1
#RGI_Emoji_Flag_Sequence
#flag: Netherlands
# E2.0

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor