From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 17:45:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45C021065670 for ; Wed, 9 Nov 2011 17:45:36 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CF60C8FC1E for ; Wed, 9 Nov 2011 17:45:35 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so2170708bkb.13 for ; Wed, 09 Nov 2011 09:45:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.133.194 with SMTP id g2mr2545545bkt.46.1320860734008; Wed, 09 Nov 2011 09:45:34 -0800 (PST) Received: by 10.204.38.195 with HTTP; Wed, 9 Nov 2011 09:45:33 -0800 (PST) X-Originating-IP: [128.95.17.27] In-Reply-To: <201111090504.pA954Pod066887@mail.r-bonomi.com> References: <20111108205948.54daef43@cox.net> <201111090504.pA954Pod066887@mail.r-bonomi.com> Date: Wed, 9 Nov 2011 09:45:33 -0800 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: "Unprintable" 8-bit characters X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2011 17:45:36 -0000 It's worth noting, too, that most of the non-Unicode encoding systems predate the Internet. When computers weren't really talking to each other, there was no real emphasis on interoperability, and every OS tended to come up with their own way of encoding foreign languages. Languages like French, German, and English generally have it easy -- almost everything ended up being Latin1 (aka ISO 8859-1). For other languages it can be much more complicated. There are at least three commonly used encoding systems for Chinese. Unicode is gradually winning, but you'll still find, for example, a lot of Chinese documents in GB2312 and Big5.