From 8f8cf39ca802a67cf132f9179bbf212ddb1ec64e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 18 Jun 2002 20:19:25 +0000 Subject: Document the "Unicode in package/sub names" problem; a microfix in toke.c towards the final goal (the fix removes the need to have quotes around Unicode package names when calling a method on them) p4raw-id: //depot/perl@17286 --- pod/perluniintro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perluniintro.pod') diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 1468ae3282..cc11dde928 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -132,7 +132,7 @@ operations. Only one case remains where an explicit C is needed: if your Perl script itself is encoded in UTF-8, you can use UTF-8 in your identifier names, and in string and regular expression literals, by saying C. This is not the default because -scripts with legacy 8-bit data in them would break. +scripts with legacy 8-bit data in them would break. See L. =head2 Perl's Unicode Model -- cgit v1.2.1