[Gnome-bindings] Re: Strings and bindings



On Sat, Apr 15, 2000 at 02:13:41PM -0400, Owen Taylor wrote:
> Perl (5.6)
> ==========
> 
> Strings are not marked as unicode or not. Instead utf8 processing can
> be turned on for a block using the 'use utf8' pragma.

No, that was perl5.005_50. perl5.6 does mark strings as utf8 or not, but
is willing to postpone the decision.

In most cases there should be no need for "use utf8" because it's the
default, and one can "use byte". Support for tagging filehandles as
producing utf8 or bytes is still incomplete, as is XS support (though
there are patches).

-- 
The idea is that the first face shown to people is one they can readily
accept - a more traditional logo. The lunacy element is only revealed
subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]