File: non-UTF-8.patch

package info (click to toggle)
bisonc%2B%2B 6.09.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: cpp: 9,438; ansic: 1,446; fortran: 1,134; makefile: 1,069; sh: 526; yacc: 84; lex: 60
file content (24 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
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).