src/corelib/tools/qchar.cpp
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     8 **
     8 **
   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