cvsuser 05/03/07 01:18:50
Modified: include/parrot unicode.h
Log:
[perl #34351] [PATCH] garbage characters in a comment
Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of
a header file. Non-fatal but probably not intended, either. Patch
attached.
Courtesy of Jarkko Hietaniemi <[EMAIL PROTECTED]>
Revision Changes Path
1.8 +5 -5 parrot/include/parrot/unicode.h
Index: unicode.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/unicode.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unicode.h 22 Apr 2004 08:55:06 -0000 1.7
+++ unicode.h 7 Mar 2005 09:18:50 -0000 1.8
@@ -1,7 +1,7 @@
/* unicode.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
* CVS Info
- * $Id: unicode.h,v 1.7 2004/04/22 08:55:06 leo Exp $
+ * $Id: unicode.h,v 1.8 2005/03/07 09:18:50 leo Exp $
* Overview:
* Unicode support header
* Data Structure and Algorithms:
@@ -54,10 +54,10 @@
Code Points 1st Byte 2nd Byte 3rd Byte 4th Byte
- U+0000..U+007F 00..7F���
- U+0080..U+07FF C2..DF 80..BF���
- U+0800..U+0FFF E0 A0..BF 80..BF��
- U+1000..U+FFFF E1..EF 80..BF 80..BF��
+ U+0000..U+007F 00..7F
+ U+0080..U+07FF C2..DF 80..BF
+ U+0800..U+0FFF E0 A0..BF 80..BF
+ U+1000..U+FFFF E1..EF 80..BF 80..BF
U+10000..U+3FFFF F0 90..BF 80..BF 80..BF
U+40000..U+FFFFF F1..F3 80..BF 80..BF 80..BF
U+100000..U+10FFFF F4 80..8F 80..BF 80..BF