Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87le0f9se2.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<87le0f9se2.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: about some potentially interesting unicode operators
Date: Thu, 29 Aug 2024 09:59:49 -0700
Organization: None to speak of
Lines: 24
Message-ID: <87le0f9se2.fsf@nosuchdomain.example.com>
References: <ad7303b3dd7422351ca7aedae5c62c44b87d29f3@i2pn2.org>
	<pan$49d0b$11f78ad1$d60b5799$120ef802@invalid.invalid>
	<87a5gwctw0.fsf@nosuchdomain.example.com>
	<vaob37$3l470$6@dont-email.me>
	<87a5gwb3dt.fsf@nosuchdomain.example.com>
	<vaol4r$3qe8c$1@dont-email.me> <vaq3e4$10tb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Aug 2024 18:59:49 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d17aacdbc8a710bbcdf54ea5a7e9baf3";
	logging-data="62067"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/SwlSxnXic6ZQj8m5gT6n9"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:fH5Nse7wO6/eoYfO25KEXddEez4=
	sha1:K/SX84Pqso+3N06GQwIqut5r21o=
Bytes: 2319

Janis Papanagnou <janis_papanagnou+ng@hotmail.com> writes:
> On 29.08.2024 04:07, Janis Papanagnou wrote:
>> On 29.08.2024 02:04, Keith Thompson wrote:
>>>
>>> If there's an easy way to type non-ASCII characters like '·' that
>>> works across different systems, including all the various terminal
>>> emulators used on Windows and Linux (as well as MacOS, but I don't
>>> happen to use it), I'd love to know about it. 
>> 
>> I don't think there can be a portable or consistent way to create
>> that character. Incidentally (I just tried a few keys) I can get
>> the '·' by typing "Alt GR" and ',' (on my DE keyboard). [...]
>
> Keith, what does your keyboard produce when typing <Alt>-<7> ?
>
> On my US keyboard it produces the '·'. Don't know whether that
> is reliable, though. (I don't think it is; e.g. my Thunderbird
> doesn't expand any character when entering <Alt> combinations.)

It produces the two-character sequence Escape 7.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */