From cbf9b121af7809c4ce7bec337045f2eee9dc3d5b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 1 Dec 2010 16:34:58 -0700 Subject: [PATCH] Nit in perlunicode.pod --- pod/perlunicode.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 925ae36..242238f 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -101,9 +101,9 @@ or from literals and constants in the source text. The C pragma will always, regardless of platform, force byte semantics in a particular lexical scope. See L. -The C pragma is intended to always, regardless -of platform, force character (Unicode) semantics in a particular lexical scope. -In release 5.12, it is partially implemented, applying only to case changes. +The C pragma is intended always, +regardless of platform, to force character (Unicode) semantics in a +particular lexical scope. See L below. The C pragma is primarily a compatibility device that enables -- 2.7.4