Summary: | broken UTF-8 handling while trimming field length | ||
---|---|---|---|
Product: | Infrastructure | Reporter: | Michael Shigorin <mike> |
Component: | bugzilla.altlinux.org | Assignee: | Mikhail Gusarov <dottedmag> |
Status: | CLOSED FIXED | QA Contact: | Mikhail Gusarov <dottedmag> |
Severity: | enhancement | ||
Priority: | P2 | CC: | vitaly.fedrushkov |
Version: | unspecified | ||
Hardware: | all | ||
OS: | Linux | ||
URL: | https://bugzilla.altlinux.org/buglist.cgi?query_format=advanced&classification=Development&product=Sisyphus&component=udev&component_type=equals&bug_severity=critical&bug_severity=major&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&chfieldto=Now&cmdtype=doit&order=Reuse%20same%20sort%20as%20last%20time | ||
Bug Depends on: | 16711 | ||
Bug Blocks: |
Description
Michael Shigorin
2008-06-21 13:23:11 MSD
Yes, Bugzilla does a simple substr() on bytestrings. D'oh. I can invent a quick hack for the our, UTF-8, Bugzilla, but making it suitable for upstream means a lot of work (essentially converting all the internals from the bytestrings to the Unicode strings :) https://bugzilla.mozilla.org/show_bug.cgi?id=363153 fixed in 3.2 Yep, fixed in 3.2. |