From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14438 invoked by alias); 17 Mar 2013 11:40:54 -0000 Received: (qmail 14428 invoked by uid 22791); 17 Mar 2013 11:40:53 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f50.google.com (HELO mail-pb0-f50.google.com) (209.85.160.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Mar 2013 11:40:48 +0000 Received: by mail-pb0-f50.google.com with SMTP id up1so5590492pbc.23 for ; Sun, 17 Mar 2013 04:40:47 -0700 (PDT) X-Received: by 10.68.56.232 with SMTP id d8mr27265595pbq.162.1363520447752; Sun, 17 Mar 2013 04:40:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.63.164 with HTTP; Sun, 17 Mar 2013 04:40:07 -0700 (PDT) From: =?UTF-8?B?0JjQs9C+0YDRjCDQn9Cw0YjQtdCy?= Date: Sun, 17 Mar 2013 11:40:00 -0000 Message-ID: Subject: Extended Unix Code To: libc-ports@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00146.txt.bz2 Hi, all. I've noticed that some tools from illumos/solaris use "Extended Unix Code" (EUC). See for example [1], some description: [2], [3]. AFAIK, there is no such a functionality in glibc. (But I'd like to note I do not understand what EUC is ;-) So my questoins are: 1. Is such a functionality needed in glibc? 2. Can it be replaced? 3. Can it be implemented? [1] https://github.com/illumos/illumos-gate/blob/master/usr/src/cmd/ttymon/stty.c#L45 [2] http://docs.oracle.com/cd/E19082-01/819-2243/getwidth-3c/index.html [3] http://docs.oracle.com/cd/E19082-01/819-2243/euclen-3c/index.html