Changeset 4758
- Timestamp:
- 01/17/08 09:37:21 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Encode-JP-Mobile/trunk/lib/Encode/JP/Mobile/Charnames.pm
r4121 r4758 14 14 sub import { 15 15 my $class = shift; 16 $^H |= $charnames::hint_bits; 16 # for perl < 5.10 17 if ($charnames::hint_bits) { 18 $^H |= $charnames::hint_bits; 19 } 17 20 $^H{charnames} = \&translator; 18 21 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)