in reply to Re: Date::Manip and German months names
in thread Date::Manip and German months names

You'll find that most XS module don't handle unicode properly. They tend to work with the internal representation of the string without heading the flag that tells them which of the two internal formats are in use.

That's not as big a problem for Pure Perl code, since Perl automatically converts the internal format when applying on operation on strings with different internal formats (such as when concatenating them).

  • Comment on Re^2: Date::Manip and German months names

Replies are listed 'Best First'.
Re^3: Date::Manip and German months names
by EvanCarroll (Chaplain) on Jul 10, 2008 at 09:10 UTC
      I was replying to a post that mentioned GD-based modules.