GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SPOPS::Tool::UTFConvert(3) User Contributed Perl Documentation SPOPS::Tool::UTFConvert(3)

SPOPS::Tool::UTFConvert -- Provide automatic UTF-8 conversion

 # Only use this in 5.6.0 and earlier versions of Perl!

 # In object configuration
 object => {
    rules_from => [ 'SPOPS::Tool::UTFConvert' ],
    utf_fields => [ 'field1', 'field2' ],
 },

This currently only works in 5.6.0 and earlier versions of Perl. It will barf with a syntax error on later versions.

Provides translation from/to unicode datasources via UTF8. When an object is fetched we do a translation on the fields specified in 'utf_fields' of the object configuration, and before an object is saved we do a translation on those same fields.

ruleset_factory( $class, $ruleset )

Installs "post_fetch_action" and "pre_save_action" rules for the given class.

from_utf

Installed as "post_fetch_action". Translates all fields in the configuration key "utf_fields" from UTF.

to_utf

Installed as "pre_save_action". Translates all fields in the configuration key "utf_fields" to UTF.

None known.

Nothing known.

utf8

perlunicode

Copyright (c) 2001-2004 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Chris Winters <chris@cwinters.com>

Andreas Nolte <andreas.nolte@bertelsmann.de>

2004-06-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.