Changeset 812 for trunk/core/lib/Foswiki/Configure/Checkers/UseLocale.pm
- Timestamp:
- 11/19/08 16:05:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Checkers/UseLocale.pm
r809 r812 110 110 # Warn against Perl 5.6 or lower for UTF-8 111 111 if ( $] < 5.008 ) { 112 $n .= $this->WARN( "Perl 5.8 is required if you are using TWiki's",113 " experimental UTF-8 support\n" );112 $n .= $this->WARN( "Perl 5.8 is required if you are using Foswiki", 113 " experimental UTF-8 support\n" ); 114 114 } 115 115 … … 127 127 not set in Config.pm, see <i>Perl's Unicode Model</i> in 'perldoc 128 128 perluniintro') - re-compilation of Perl will be required before it can be 129 used to enable TWiki's experimental UTF-8 support.129 used to enable Foswiki's experimental UTF-8 support. 130 130 HERE 131 131 ); … … 145 145 This version of Perl was not compiled with locale support ('d_setlocale' not 146 146 set in Config.pm) - re-compilation of Perl will be required before it can be 147 used to support TWikiinternationalisation.147 used to support internationalisation. 148 148 HERE 149 149 );
Note: See TracChangeset
for help on using the changeset viewer.
