1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: replace non UTF-8 in usage.cc with ASCII equivalent
Author: tony mancill <tmancill@debian.org>
Forwarded: https://gitlab.com/fbb-git/bisoncpp/-/merge_requests/14
--- a/usage.cc
+++ b/usage.cc
@@ -163,7 +163,7 @@
--token-class=classname (-K)
Classname defines the name of the Tokens class that is defined
- when token-path (see below) is specified. If token-path isn’t
+ when token-path (see below) is specified. If token-path isn't
specified then this option is ignored. By default the class name
Tokens is used.
@@ -176,7 +176,7 @@
Tokens defining the enumeration Tokens_ containing the symbolic
tokens of the generated grammar. By default the tokens are
defined as the enum Tokens_ in the ParserBase class. If pathname
- doesn’t exist it is created by bisonc++. If the pathname file al‐
+ doesn't exist it is created by bisonc++. If the pathname file al-
ready exists it is rewritten at each new run of bisonc++.
--usage: produce this information (and terminate).
|