Re: [webkit-dev] webkit-dev Digest, Vol 71, Issue 8 - Dropping support for WML? (Ryosuke Niwa)

2011-04-08 Thread
Re: Dropping support for WML? I am using WML. It is useful. Hope someone can update it. Thanks. pattin___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Question about StringImpl::create

2010-12-16 Thread
I have a question about StringImpl::create(). Is it can only input latin1 data? If it can only input the latin1 data, the following code maybe incrorect: In WTFString.cpp : String String::format(const char *format, ...) { ... Vectorchar, 256 buffer; ... return