> That is; for an object of class A::B, where B is derived from A, strings
> returned by methods in the base class A will be broken, while strings
> returned from methods in B are fine. The strings are fine for objects
> that are simply of class A only.
Could you prepare a minimal example?
--
J
Greetings,
I've run into another issue with utf-8 support that I thought should
be reported here. Apologies if the issue has already been reported.
I've found that the utf8 flag gets turned off for a string when it
is returned from an inherited method.
That is; for an object of class A::B, where