Changeset 76471 in webkit


Ignore:
Timestamp:
Jan 23, 2011 2:57:22 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-01-23 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Fix comment in String::ascii()
https://bugs.webkit.org/show_bug.cgi?id=52980

  • wtf/text/WTFString.cpp: (WTF::String::ascii):
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r76469 r76471  
     12011-01-23  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by David Kilzer.
     4
     5        Fix comment in String::ascii()
     6        https://bugs.webkit.org/show_bug.cgi?id=52980
     7
     8        * wtf/text/WTFString.cpp:
     9        (WTF::String::ascii):
     10
    1112011-01-23  Patrick Gansterer  <paroga@webkit.org>
    212
  • trunk/Source/JavaScriptCore/wtf/text/WTFString.cpp

    r76121 r76471  
    638638CString String::ascii() const
    639639{
    640     // Basic Latin1 (ISO) encoding - Unicode characters 0..255 are
     640    // Printable ASCII characters 32..127 and the null character are
    641641    // preserved, characters outside of this range are converted to '?'.
    642642
Note: See TracChangeset for help on using the changeset viewer.