ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/sense.pm
(Generate patch)

Comparing common-sense/sense.pm (file contents):
Revision 1.25 by root, Tue Dec 15 02:25:31 2009 UTC vs.
Revision 1.26 by root, Tue Dec 15 04:03:46 2009 UTC

52=over 4 52=over 4
53 53
54=item use utf8 54=item use utf8
55 55
56While it's not common sense to write your programs in UTF-8, it's quickly 56While it's not common sense to write your programs in UTF-8, it's quickly
57becoming the most common encoding, and the most convenient encoding 57becoming the most common encoding, is the designated future default
58encoding for perl sources, and the most convenient encoding available
58available (you can do really nice quoting tricks...). Experience has shown 59(you can do really nice quoting tricks...). Experience has shown that our
59that our programs were either all pure ascii or utf-8, both of which will 60programs were either all pure ascii or utf-8, both of which will stay the
60stay the same. 61same.
61 62
62There are few drawbacks to enabling UTF-8 source code by default (mainly 63There are few drawbacks to enabling UTF-8 source code by default (mainly
63some speed hits due to bugs in older versions of perl), so this module 64some speed hits due to bugs in older versions of perl), so this module
64enables UTF-8 source code encoding by default. 65enables UTF-8 source code encoding by default.
65 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines