src/corelib/tools/qchar.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   379 /*!
   379 /*!
   380     \enum QChar::SpecialCharacter
   380     \enum QChar::SpecialCharacter
   381 
   381 
   382     \value Null A QChar with this value isNull().
   382     \value Null A QChar with this value isNull().
   383     \value Nbsp Non-breaking space.
   383     \value Nbsp Non-breaking space.
   384     \value ReplacementCharacter
   384     \value ReplacementCharacter The character shown when a font has no glyph
   385     \value ObjectReplacementCharacter The character shown when a font has no glyph for a certain codepoint. The square character is normally used.
   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     \value ByteOrderMark
   390     \value ByteOrderMark
   387     \value ByteOrderSwapped
   391     \value ByteOrderSwapped
   388     \value ParagraphSeparator
   392     \value ParagraphSeparator
   389     \value LineSeparator
   393     \value LineSeparator
   390 
   394