[Webkit-unassigned] [Bug 19026] New: localization-problems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 02:56:41 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19026

           Summary: localization-problems
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vbs85 at gmx.de


If you use WebKit on linux (gtk, qt) SVG-animation as well as <use>-element in
SVG don't work correctly. It's a problem of localization and must not be
bounded to SVG (have only found problems in SVG so far). See
https://bugs.webkit.org/show_bug.cgi?id=18985 for the <use>-element problems.

How to reproduce:

The problem is only present on non-english-speaking areas, where
floatingpoint-numbers are seperated with a comma instead of a point.
type:

export LANG="de_DE.UTF-8" (localization-packages have to be installed) and look
at the following pages:

*
http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-animate-elem-22-b.html
(for animation)
*
http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-pservers-grad-13-b.html
(for <use>-element)

with export LANG="en_US.UTF-8" animation and <use>-element work.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list