Path: csiph.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: John Ames Newsgroups: comp.os.linux.misc Subject: Re: Favorite Font Date: Mon, 29 Sep 2025 09:11:31 -0700 Organization: A noiseless patient Spider Lines: 14 Message-ID: <20250929091131.00000dc4@gmail.com> References: <1835a5c81ceedfd3$44418$19313$802601b3@news.usenetexpress.com> <20250414092849.00004cdd@gmail.com> <87wmbcguz9.fsf@somewhere.edu> <87wm5u9jh8.fsf@somewhere.edu> <68cec4ae$0$16841$426a74cc@news.free.fr> <68ceec3c$0$419$426a74cc@news.free.fr> <68d012d4$0$16839$426a74cc@news.free.fr> <68d7f84d$0$12939$426a74cc@news.free.fr> <18692cf2a1c4c4fa$28998$2650548$802601b3@news.usenetexpress.com> <10bb1s4$29c4m$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Mon, 29 Sep 2025 16:11:35 +0000 (UTC) Injection-Info: dont-email.me; posting-host="9f0ac8d0605eb8d99f27b82064c5308d"; logging-data="3198089"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19TVWS5Fp9G61B71kpjk9mFCDae0vG+ees=" Cancel-Lock: sha1:TVfuM7vIVyRhDWc1KJXtpIOXiIU= X-Newsreader: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Xref: csiph.com comp.os.linux.misc:75406 On Sun, 28 Sep 2025 11:15:32 +0100 Nuno Silva wrote: > although I wonder if it's common for USA date order to use > dashes. US date formats normally use a forward slash and MM/DD/YYYY is the more common ordering (which reflects spoken US English - it's more normal to say "June 5th" than "the fifth of June.") Dashes get used mostly in a computing context where software may be prone to barf on encountering the slash (*nix treating it as a directory separator, Win/DOS as a flag indicator.) Computing also does see YYYY/MM/DD used instead, since that ASCII-sorts automagically, but it's not common in any other context.