From 0bd4278638caf33618355e433372cb94a2853626 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 3 Dec 2011 21:37:48 -0700 Subject: pod nits --- pod/perlunicode.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pod/perlunicode.pod') diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 0d8bd1ab9f..2529c97523 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -155,7 +155,8 @@ Alternatively, you can use the C<\x{...}> notation for characters 0x100 and above. For characters below 0x100 you may get byte semantics instead of character semantics; see L. On EBCDIC machines there is the additional problem that the value for such characters gives the EBCDIC -character rather than the Unicode one. +character rather than the Unicode one, thus it is more portable to use +C<\N{U+...}> instead. Additionally, if you -- cgit v1.2.1