From 59aa15de7de7d6da663e32237af514f3e7bb6e9d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 18 Apr 2008 15:46:38 +0000 Subject: [PATCH] s/unicode.com/unicode.org/ --- man7/charsets.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/charsets.7 b/man7/charsets.7 index 27526da87..95ec2932a 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -228,7 +228,7 @@ integers, Unicode is usually encoded as 32-bit integers internally and either a series of 16-bit integers (UTF-16) (needing two 16-bit integers only when encoding certain rare characters) or a series of 8-bit bytes (UTF-8). -Information on Unicode is available at . +Information on Unicode is available at . .LP Linux represents Unicode using the 8-bit Unicode Transformation Format (UTF-8).