The encoding of the locale strings should match the preferredencoding. Unfortunately, preferredencoding is 'ascii' here. This sounds like an environmental issue.
Secondly, the truncating of the month name is to be expected. '%b' is defined to return an abbreviated month name (and how the abbreviation is done is locale-dependent). '%B' will provide a full month name. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/697113 Title: DateFormatter and i18n raises UnicodeDecodeError -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
