mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Roy <roytam@gmail.com>
To: musl@lists.openwall.com
Subject: Re: Revisiting 1.0 wishlist
Date: Tue, 20 Nov 2012 14:38:54 +0000 (UTC)	[thread overview]
Message-ID: <loom.20121120T153323-918@post.gmane.org> (raw)
In-Reply-To: <20121120140202.GA20323@brightrain.aerifal.cx>

Rich Felker <dalias <at> aerifal.cx> writes:
> At present, musl's iconv does not support any stateful encodings (the
> iconv_t it not actually a pointer to any state; it's just a bitfield
> storing the source and dest encodings directly), nor does it support
> EBCDIC at all. In general I believe stateful encodings may be relevant
> (ISO-2022-JP used to be the main Japanese encoding used on IRC; is
> that still true?) but I'm unsure whether even EBCDIC itself (much less
> derived DBCS's) has modern relevance with respect to iconv. I think
> the important question to ask is: "Is there any chance of an
> application which uses iconv to support receiving data in varied
> character encodings receiving data as EBCDIC?" My guess is no, but if
> you know usage cases I'll listen.
From what I heard from users and coworkers, they backup data from
AIX mainframe without converting, and sometimes they need to view
backup data without connecting to mainframe, and they pipe iconv
output to pager for the purpose.
IIRC the Japanese use UTF-8 for newly created IRC networks, for
e-mail encoding, ISO-2022-JP, Shift-JIS, EUC-JP, and UTF-8 are
widely used.




      reply	other threads:[~2012-11-20 14:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20  5:09 Rich Felker
2012-11-20  6:44 ` Isaac Dunham
2012-11-20 11:20 ` Luca Barbato
2012-11-20 13:40 ` Roy
2012-11-20 14:02   ` Rich Felker
2012-11-20 14:38     ` Roy [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=loom.20121120T153323-918@post.gmane.org \
    --to=roytam@gmail.com \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).