Skip to content

Commit

Permalink
More UTF-8 spelling normalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Oct 5, 2016
1 parent b971e1e commit d247025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Vend/Safe.pm
Expand Up @@ -18,7 +18,7 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-1301 USA.

# wrapper around Safe to return pre-inited Safe compartments which are utf-8 friendly.
# wrapper around Safe to return pre-inited Safe compartments which are UTF-8 friendly.
package Vend::Safe;

use strict;
Expand Down Expand Up @@ -68,7 +68,7 @@ sub initialize_safe_compartment {
# add custom shared variables for unicode support
$compartment->share_from('main', ['&utf8::SWASHNEW', '&utf8::SWASHGET']);

# preload utf-8 stuff in compartment
# preload UTF-8 stuff in compartment
$compartment->reval('qr{\x{0100}}i');
$@ and ::logError("Failed activating implicit UTF-8 in Safe container: %s", $@);

Expand Down

0 comments on commit d247025

Please sign in to comment.