Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 63211 invoked from network); 30 May 2007 19:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 19:39:28 -0000 Received: (qmail 50187 invoked by uid 500); 30 May 2007 19:39:21 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 50160 invoked by uid 500); 30 May 2007 19:39:21 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 50120 invoked by uid 99); 30 May 2007 19:39:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 12:39:20 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 12:39:15 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id D77CE7141A9; Wed, 30 May 2007 12:38:55 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 42526] - Add UTF-16BE and UTF-16LE as aliases for UTF-16 In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070530193855.D77CE7141A9@brutus.apache.org> Date: Wed, 30 May 2007 12:38:55 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42526 wrowe@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From wrowe@apache.org 2007-05-30 12:38 ------- As I point out on list - simply aliasing these is invalid. If we call for -be variants on a small endian platform, the byte order of the unicode words must be transposed. If we call for -le variants on a large endian platform, the byte order of the unicode words must be transposed. I presume your proposed fix does not do this? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org