[Webkit-unassigned] [Bug 54384] Use UTF-8 instead of UTF-16LE for Database Storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 19 08:13:51 PST 2011


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


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Database Storage - UTF-16le |Use UTF-8 instead of
                   |                            |UTF-16LE for Database
                   |                            |Storage
           Platform|PC                          |All
         OS/Version|Windows 7                   |All
                 CC|                            |paroga at paroga.com




--- Comment #1 from Patrick R. Gansterer <paroga at paroga.com>  2011-02-19 08:13:51 PST ---
I don't see a big problem when implementing this. UTF16 is the native WebKit string representation, so no en/decoding is required, but making it a compile time option like USE(UTF8_DATABASE_STORAGE) might be an option. Are you willing to create a patch?

> the space required for storing data is about 3 times higher
What is your native format? The difference between UTF16 and UTF8 or Latin1 is only factor 2!

-- 
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