Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
230
230
231
     * QTDIR should point to the directory above the one that holds the qt
231
     * QTDIR should point to the directory above the one that holds the qt
232
       include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
232
       include files (ie: if qt.h is /usr/local/qt/include/qt.h, QTDIR should
233
       be /usr/local/qt).
233
       be /usr/local/qt).
234
234
235
     * QMAKESPECS should be set to the name of one of the qt mkspecs
235
     * QMAKESPECS should be set to the name of one of the Qt mkspecs
236
       sub-directories (ie: linux-g++).
236
       sub-directories (ie: linux-g++).
237
237
238
   On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
238
   On many Linux systems, QTDIR is set by the login scripts, and QMAKESPECS
239
   is not needed because there is a default link in mkspecs/.
239
   is not needed because there is a default link in mkspecs/.
240
240
...
...
599
   defaultcharset
599
   defaultcharset
600
600
601
           The name of the character set used for files that do not contain a
601
           The name of the character set used for files that do not contain a
602
           character set definition (ie: plain text files). This can be
602
           character set definition (ie: plain text files). This can be
603
           redefined for any sub-directory. If it is not set at all, the
603
           redefined for any sub-directory. If it is not set at all, the
604
           character set used is the one defined by the nls environment
604
           character set used is the one defined by the nls environment (
605
           (LC_ALL, LC_CTYPE, LANG), or iso8859-1 if nothing is set.
605
           LC_ALL, LC_CTYPE, LANG), or iso8859-1 if nothing is set.
606
606
607
   unac_except_trans
607
   unac_except_trans
608
608
609
           This is a list of characters, encoded in UTF-8, which should be
609
           This is a list of characters, encoded in UTF-8, which should be
610
           handled specially when converting text to unaccented lowercase.
610
           handled specially when converting text to unaccented lowercase.