[Webkit-unassigned] [Bug 29386] New: [Qt] QtWebKit: Date::toLocaleDateString() is not encoded correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 07:10:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29386

           Summary: [Qt] QtWebKit: Date::toLocaleDateString() is not
                    encoded correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-2682
<http://bugreports.qt.nokia.com/browse/QTBUG-2682>

--- Description ---

Consider the following HTML page, displayed with QtWebKit and using ja_JP.UTF-8
locale:

<html>
<head>
</head>
<body>
<script language="javascript">
alert('a');
var localeDate = new Date();
alert(localeDate.toLocaleDateString());
document.writeln(localeDate.toLocaleDateString());
</script>
</body>
</html>


The expected result is "2008年08月27日".

The actual result is "2008¥ᄍᄡ08₩ワネ27₩ラ".

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


More information about the webkit-unassigned mailing list