public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: "fweimer at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: libc-locales@sourceware.org
Subject: [Bug localedata/23048] iconv: add more macintosh tables and aliases
Date: Tue, 23 May 2023 11:48:39 +0000	[thread overview]
Message-ID: <bug-23048-716-3nCXLg7LZe@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-23048-716@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=23048

--- Comment #9 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Jascha Eliano Paetzold from comment #8)
> I have little to no experience with encodings, but I assume that it would be
> sufficient for me to generate a text file spanning all possible characters
> in the 8 bit range and pass it to the iconv command in the MacOS shell
> (setting it to convert from unicode to mac-greek etc.) and then post the
> output here?

For 8-bit input lie that, you'd have to convert *from* mac-greek.

For conversion to mac-greek, you'd have to enumerate all Unicode codepoints (or
maybe just the BMP), and somehow skip over unconvertable characters. That is
probably best done programmatically because iconv (the shell command) may not
provide enough information for skipped/non-convertable Unicode codepoints.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

      parent reply	other threads:[~2023-05-23 11:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-23048-716@http.sourceware.org/bugzilla/>
2018-04-18 12:27 ` fweimer at redhat dot com
2018-04-18 12:29 ` fweimer at redhat dot com
2018-04-18 12:41 ` jengelh at inai dot de
2023-03-21 21:04 ` jep at webfactory dot de
2023-03-22  9:13 ` jep at webfactory dot de
2023-04-03 14:18 ` fweimer at redhat dot com
2023-05-23 11:07 ` jep at webfactory dot de
2023-05-23 11:48 ` fweimer at redhat dot com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-23048-716-3nCXLg7LZe@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libc-locales@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).