Changed files to DOS linebreaks
This commit is contained in:
parent
b88ced9f7e
commit
82e3e2c8e1
|
|
@ -98,8 +98,5 @@ void openfile (void) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,41 +1,43 @@
|
|||
# ebook2cw configuration file
|
||||
#
|
||||
# ebook2cw (c) 2008 by Fabian Kurz, DJ1YFK
|
||||
# http://fkurz.net/ham/ebook2cw.html
|
||||
#
|
||||
# In this file you can set the default parameters which ebook2cw
|
||||
# uses. These parameters can be overridden by command line parameters.
|
||||
#
|
||||
# If a parameter is neither specified in this file nor on the command
|
||||
# line, the 'factory default' is used.
|
||||
#
|
||||
# For all available parameters, consult the website or the man page;
|
||||
# they are the same as the command line parameters, and the format to
|
||||
# use in this file is: "x=y", one parameter per line, no spaces between
|
||||
# = and the values.
|
||||
|
||||
[settings]
|
||||
w=25
|
||||
f=700
|
||||
|
||||
# ebook2cw by default supports almost all known special characters in CW,
|
||||
# like umlauts, accented letters, etc. Complete tables are available at
|
||||
# http://fkurz.net/ham/codes.html (UTF-8) and
|
||||
# http://fkurz.net/ham/codes2.html (ISO 8859-1)
|
||||
#
|
||||
# Many of these symbols are pretty unusual though, like the exclamation
|
||||
# mark (! = ..--.) and you may prefer to replace them with a different
|
||||
# letter before generating CW.
|
||||
#
|
||||
# Below you can set arbitrary mappings between characters. The format of each
|
||||
# line is: "character to be replaced"="replacement".
|
||||
# For example:
|
||||
# ä=ae
|
||||
# replaces the umlaut ä with ae. Put only a single = between the
|
||||
# original letter and the replacement. A line like "ä= ae" will replace
|
||||
# umlaut a with a space and ae.
|
||||
#
|
||||
|
||||
[mappings]
|
||||
isomapfile=isomap.txt
|
||||
utf8mapfile=utf8map.txt
|
||||
# ebook2cw configuration file
|
||||
#
|
||||
# ebook2cw (c) 2008 by Fabian Kurz, DJ1YFK
|
||||
# http://fkurz.net/ham/ebook2cw.html
|
||||
#
|
||||
# In this file you can set the default parameters which ebook2cw
|
||||
# uses. These parameters can be overridden by command line parameters.
|
||||
#
|
||||
# If a parameter is neither specified in this file nor on the command
|
||||
# line, the 'factory default' is used.
|
||||
#
|
||||
# For all available parameters, consult the website or the man page;
|
||||
# they are the same as the command line parameters, and the format to
|
||||
# use in this file is: "x=y", one parameter per line, no spaces between
|
||||
# = and the values.
|
||||
# The parameters which don't require a value on the command line must
|
||||
# be set to 1 here (e.g. "u=1" instead of just "u").
|
||||
|
||||
[settings]
|
||||
w=25
|
||||
f=700
|
||||
|
||||
# ebook2cw by default supports almost all known special characters in CW,
|
||||
# like umlauts, accented letters, etc. Complete tables are available at
|
||||
# http://fkurz.net/ham/codes.html (UTF-8) and
|
||||
# http://fkurz.net/ham/codes2.html (ISO 8859-1)
|
||||
#
|
||||
# Many of these symbols are pretty unusual though, like the exclamation
|
||||
# mark (! = ..--.) and you may prefer to replace them with a different
|
||||
# letter before generating CW.
|
||||
#
|
||||
# Below you can set arbitrary mappings between characters. The format of each
|
||||
# line is: "character to be replaced"="replacement".
|
||||
# For example:
|
||||
# ä=ae
|
||||
# replaces the umlaut ä with ae. Put only a single = between the
|
||||
# original letter and the replacement. A line like "ä= ae" will replace
|
||||
# umlaut a with a space and ae.
|
||||
#
|
||||
|
||||
[mappings]
|
||||
isomapfile=isomap.txt
|
||||
utf8mapfile=utf8map.txt
|
||||
|
|
|
|||
36
isomap.txt
36
isomap.txt
|
|
@ -1,18 +1,18 @@
|
|||
# Example ISO8859 character mapping file of ebook2cw.
|
||||
#
|
||||
# The format of each line is:
|
||||
# x=yyy
|
||||
#
|
||||
# where x is the character to be mapped to the string yyy
|
||||
#
|
||||
# x is a single character, yyy is a string of up to 3 characters.
|
||||
|
||||
|
||||
ä=ae
|
||||
ö=oe
|
||||
ü=ue
|
||||
Ä=aw
|
||||
Ü=ue
|
||||
Ö=oe
|
||||
ß=sz
|
||||
|
||||
# Example ISO8859 character mapping file of ebook2cw.
|
||||
#
|
||||
# The format of each line is:
|
||||
# x=yyy
|
||||
#
|
||||
# where x is the character to be mapped to the string yyy
|
||||
#
|
||||
# x is a single character, yyy is a string of up to 3 characters.
|
||||
|
||||
|
||||
ä=ae
|
||||
ö=oe
|
||||
ü=ue
|
||||
Ä=aw
|
||||
Ü=ue
|
||||
Ö=oe
|
||||
ß=sz
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ f843ff84f3a8fa5234e5c1fe694d26c6 releases/ebook2cw-0.6.1.tar.gz
|
|||
58accf8bbd8d1f5b582c444b107fac84 releases/ebook2cw-0.6.2.tar.gz
|
||||
0c8b2f40812f8405f5dc266e95d9590f releases/ebook2cw-0.6.3.tar.gz
|
||||
bea78588dada08449a7065fe6222ca75 releases/ebook2cw-0.6.4.tar.gz
|
||||
c014888eee32b0622524481b3d86fa94 releases/ebook2cw-0.7.0.tar.gz
|
||||
9b00b5c4093ed02c75ccadea0b4734d2 releases/ebook2cw-0.7.0.tar.gz
|
||||
|
|
|
|||
42
utf8map.txt
42
utf8map.txt
|
|
@ -1,21 +1,21 @@
|
|||
# UTF-8 mapping example for ebook2cw..
|
||||
#
|
||||
# The format of each line is:
|
||||
# x=yyy
|
||||
#
|
||||
# where x is the character to be mapped to the string yyy
|
||||
#
|
||||
# x is a single character, yyy is a string of up to 3 characters.
|
||||
|
||||
ä=ae
|
||||
ü=ue
|
||||
ö=ue
|
||||
Ä=ae
|
||||
Ü=ue
|
||||
Ö=ue
|
||||
ß=sz
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# UTF-8 mapping example for ebook2cw..
|
||||
#
|
||||
# The format of each line is:
|
||||
# x=yyy
|
||||
#
|
||||
# where x is the character to be mapped to the string yyy
|
||||
#
|
||||
# x is a single character, yyy is a string of up to 3 characters.
|
||||
|
||||
ä=ae
|
||||
ü=ue
|
||||
ö=oe
|
||||
Ä=ae
|
||||
Ü=ue
|
||||
Ö=oe
|
||||
ß=sz
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue