Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/tools/qchar.cpp

    r651 r769  
    382382    \value Null A QChar with this value isNull().
    383383    \value Nbsp Non-breaking space.
    384     \value ReplacementCharacter
    385     \value ObjectReplacementCharacter The character shown when a font has no glyph for a certain codepoint. The square character is normally used.
     384    \value ReplacementCharacter The character shown when a font has no glyph
     385           for a certain codepoint. A special question mark character is often
     386           used. Codecs use this codepoint when input data cannot be
     387           represented in Unicode.
     388    \value ObjectReplacementCharacter Used to represent an object such as an
     389           image when such objects cannot be presented.
    386390    \value ByteOrderMark
    387391    \value ByteOrderSwapped
Note: See TracChangeset for help on using the changeset viewer.