summaryrefslogtreecommitdiff
path: root/misc/README.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-01 18:03:10 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-06 20:28:20 +0200
commitf09e17c3c564e8310125a10c03397cbf473ff643 (patch)
tree8d0fd4a28e3686c33aaa140d07ddba26ab28bdc2 /misc/README.txt
parentb0e0c355edaa2e23148cb0260ada907aec930f05 (diff)
Remove $Id$ tags, update URL's, and more
- remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers.
Diffstat (limited to 'misc/README.txt')
-rw-r--r--misc/README.txt34
1 files changed, 14 insertions, 20 deletions
diff --git a/misc/README.txt b/misc/README.txt
index 189aaf9b8..3b1c18070 100644
--- a/misc/README.txt
+++ b/misc/README.txt
@@ -1,6 +1,4 @@
//
-// $Id$
-//
// Miscellaneous files for developers:
//
@@ -53,7 +51,7 @@ Special Notes:
I saw the same effect with other Windows editors as well. The following
characters may be displayed "shifted left" by one position. Seems to work
correctly on Linux (with UTF-8 encoding).
-
+
Mac OS Roman: 0xF0 (U+F8FF: "Apple logo") may not be printable, depending
on installed fonts on other systems.
@@ -71,39 +69,35 @@ Files:
The first two files are images of how it should look:
- cp1252.png full Windows Codepage 1252 (Western)
- MacRoman_utf-8.png full Mac OS Roman character set (w/o Apple logo)
+ cp1252.png full Windows Codepage 1252 (Western)
+ MacRoman_utf-8.png full Mac OS Roman character set (w/o Apple logo)
The following four files contain the full Windows Codepage 1252:
- cp1252.txt native (Windows) encoding, suitable for FLTK 1.1
- cp1252_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
- cp1252.html native (Windows) encoding, use with any browser
- cp1252_utf-8.html UTF-8 encoding, use with any browser
+ cp1252.txt native (Windows) encoding, suitable for FLTK 1.1
+ cp1252_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
+ cp1252.html native (Windows) encoding, use with any browser
+ cp1252_utf-8.html UTF-8 encoding, use with any browser
The following two files contain only the ISO-8859-1 subset:
- iso-8859-1.txt native (Windows) encoding, suitable for FLTK 1.1
- iso-8859-1_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
+ iso-8859-1.txt native (Windows) encoding, suitable for FLTK 1.1
+ iso-8859-1_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
The following file contains the full Mac OS Roman character set:
- MacRoman_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
- (use cp1252.txt with FLTK 1.1 on Mac OS instead)
+ MacRoman_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater
+ (use cp1252.txt with FLTK 1.1 on Mac OS instead)
Other developer support files:
================================================================================
- doxystar.cxx Use this to reformat doxygen comments (test only).
+ doxystar.cxx Use this to reformat doxygen comments (test only).
- Compile with: g++ -o doxystar doxystar.cxx
+ Compile with: g++ -o doxystar doxystar.cxx
- Usage: cat file | doxystar
+ Usage: cat file | doxystar
DO NOT USE this for current code development!
It is intended for testing of future code reformatting !
-
-//
-// End of $Id$.
-//