Changeset 769 for trunk/src/corelib/tools/qchar.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/tools/qchar.cpp
r651 r769 382 382 \value Null A QChar with this value isNull(). 383 383 \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. 386 390 \value ByteOrderMark 387 391 \value ByteOrderSwapped
Note:
See TracChangeset
for help on using the changeset viewer.