Date: Mon, 5 Feb 2001 17:13:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp-workers AT delorie DOT com Subject: Re: stdint.h In-Reply-To: <200102051343.OAA09507@lws256.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 5 Feb 2001, Martin Stromberg wrote: > > Well, I _was_ talking about surrogates, specifically. I was also talking > > about planes beyond plane 0, the BMP. > > What's BMP? The Basic Multilingual Plane. That's the first 64K code points defined by Unicode, which includes the most popular characters. (You can imagine that everybody and their dog wants to make their characters part of the BMP.) You can find more about this, including the entire Unicode Standard, on-line at http://www.unicode.org. They have a nice glossary there, among other things.