texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/Convert/Plaintext.pm (%defaults, co


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/Convert/Plaintext.pm (%defaults, converter_initialize): Rename 'ASCII_PUNCTUATION' as 'ASCII_DASHES_AND_QUOTES' and 'NO_GRATUITOUS_UTF8' as 'ASCII_PUNCTUATION'.
Date: Mon, 27 Feb 2023 13:54:39 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 28668eb0e8 * tp/Texinfo/Convert/Plaintext.pm (%defaults, 
converter_initialize): Rename 'ASCII_PUNCTUATION' as 'ASCII_DASHES_AND_QUOTES' 
and 'NO_GRATUITOUS_UTF8' as 'ASCII_PUNCTUATION'.
28668eb0e8 is described below

commit 28668eb0e86ada536ba6e8aa485c36bca97fffdb
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Feb 27 18:54:28 2023 +0000

    * tp/Texinfo/Convert/Plaintext.pm (%defaults, converter_initialize):
    Rename 'ASCII_PUNCTUATION' as 'ASCII_DASHES_AND_QUOTES' and
    'NO_GRATUITOUS_UTF8' as 'ASCII_PUNCTUATION'.
---
 ChangeLog                                          |    6 +
 tp/Texinfo/Common.pm                               |    2 +-
 tp/Texinfo/Convert/Plaintext.pm                    |   15 +-
 .../formatting.info                                | 1170 ++++++++++----------
 .../formatting.txt                                 |  788 ++++++-------
 5 files changed, 993 insertions(+), 988 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e4e01cc3d1..b9c01dfc24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-27  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/Convert/Plaintext.pm (%defaults, converter_initialize):
+       Rename 'ASCII_PUNCTUATION' as 'ASCII_DASHES_AND_QUOTES' and
+       'NO_GRATUITOUS_UTF8' as 'ASCII_PUNCTUATION'.
+
 2023-02-27  Patrice Dumas  <pertusus@free.fr>
 
        * Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree): update node
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 13db2295b2..cd3f99a0be 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -339,6 +339,7 @@ our @variable_string_settables = (
 'AFTER_BODY_OPEN',
 'AFTER_SHORT_TOC_LINES',
 'AFTER_TOC_LINES',
+'ASCII_DASHES_AND_QUOTES',
 'ASCII_GLYPH',
 'ASCII_PUNCTUATION',
 'AVOID_MENU_REDUNDANCY',
@@ -411,7 +412,6 @@ our @variable_string_settables = (
 'NO_CSS',
 'NO_NUMBER_FOOTNOTE_SYMBOL',
 'NO_CUSTOM_HTML_ATTRIBUTE',
-'NO_GRATUITOUS_UTF8',
 'NODE_NAME_IN_INDEX',
 'NODE_NAME_IN_MENU',
 'NO_TOP_NODE_OUTPUT',
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index 2f22bcf721..af71e77a10 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -359,7 +359,7 @@ foreach my $command ('var', 'cite', 'dmn', 
keys(%brace_code_commands)) {
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,
-  'ASCII_PUNCTUATION'    => 1,
+  'ASCII_DASHES_AND_QUOTES' => 1,
   'ASCII_GLYPH'          => 0,
   'FORMAT_MENU'          => 'nomenu',
   #'EXTENSION'            => 'info',
@@ -431,19 +431,19 @@ sub converter_initialize($)
        unless ($self->{'expanded_formats_hash'}->{$format});
   }
 
-  if ($self->get_conf('NO_GRATUITOUS_UTF8')) {
-    $self->set_conf('ASCII_PUNCTUATION', 1);
+  if ($self->get_conf('ASCII_PUNCTUATION')) {
+    $self->set_conf('ASCII_DASHES_AND_QUOTES', 1);
     $self->set_conf('ASCII_GLYPH', 1);
     $self->set_conf('OPEN_QUOTE_SYMBOL', '\'');
     $self->set_conf('CLOSE_QUOTE_SYMBOL', '\'');
     $self->set_conf('OPEN_DOUBLE_QUOTE_SYMBOL', '"');
     $self->set_conf('CLOSE_DOUBLE_QUOTE_SYMBOL', '"');
   }
-  if ($self->get_conf('ASCII_PUNCTUATION')) {
+  if ($self->get_conf('ASCII_DASHES_AND_QUOTES')) {
     # cache to avoid calling get_conf
-    $self->{'ascii_punctuation'} = 1;
+    $self->{'ascii_dashes_and_quotes'} = 1;
   } else {
-    $self->{'ascii_punctuation'} = 0;
+    $self->{'ascii_dashes_and_quotes'} = 0;
   }
 
   %{$self->{'style_map'}} = %style_map;
@@ -663,8 +663,7 @@ sub _process_text($$$)
     $text = uc($text);
   }
 
-  if (!$self->{'ascii_punctuation'}
-      and $self->{'to_utf8'}) {
+  if (!$self->{'ascii_dashes_and_quotes'} and $self->{'to_utf8'}) {
     return Texinfo::Convert::Unicode::unicode_text($text,
                         $context->{'font_type_stack'}->[-1]->{'monospace'});
   } elsif (!$context->{'font_type_stack'}->[-1]->{'monospace'}) {
diff --git 
a/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.info 
b/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.info
index 66560adfb4..064f0439ab 100644
--- 
a/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.info
+++ 
b/tp/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.info
@@ -6,30 +6,30 @@ In copying
    < > " & ' '
 
    "simple-double-three--four---"
-code: ‘``simple-double--three---four----''’
+code: '``simple-double--three---four----'''
 asis: "simple-double-three--four---"
 strong: *"simple-double-three--four---"*
-kbd: ‘``simple-double--three---four----''’
+kbd: '``simple-double--three---four----'''
 
    ''simple-double--three--four---''
 
    @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @'e é (é) @=o ō (ō) @'i ì
 (ì) @'{e} é (é) @'{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
-(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
-‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
-(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+(ȷ) '@H{a}' a̋ '@dotaccent{a}' ȧ (ȧ) '@ringaccent{a}' å (å)
+'@tieaccent{a}' a͡ '@u{a}' ă (ă) '@ubaraccent{a}' a̲ '@udotaccent{a}' ạ
+(ạ) '@v{a}' ǎ (ǎ) @,c ç (ç) '@,{c}' ç (ç) '@ogonek{a}' ą (ą)
 
    @'{@=E} Ḕ @l{} ł @,{@'C} Ḉ @,c@"u çü
 
-   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
-‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
-‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+   '@H{--a}' -a̋ '@dotaccent{--a}' -ȧ '@ringaccent{--a}' -å
+'@tieaccent{--a}' -a͡ '@u{--a}' -ă '@ubaraccent{--a}' -a̲
+'@udotaccent{--a}' -ạ '@v{--a}' -ǎ '@,{--c}' -ç '@ogonek{--a}' -ą
 
    @U{0075} u
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
- ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+ '@-' '@:' '@!' !  '@?' ?  '@.' .  '@&' & '@@' @ '@}' } '@{' { '@/'
 
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
@@ -37,55 +37,55 @@ Now !  !@ but , ,
    @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
 @lbracechar { ({) @rbracechar } (})
 
-   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
-@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
-@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+   @TeX TeX @LaTeX LaTeX @bullet * (•) @copyright (C) (©) @dots ... (…)
+@enddots ...  @equiv == (≡) @error error-> @expansion ==> (↦) @minus -
+(−) @point -!- (⋆) @print -| (⊣) @result => (⇒) @today a sunny day
 
    @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
 @O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
 (þ)
 
    @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
-@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
-@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+@registeredsymbol (R) (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft " (“) @quotedblright " (”) @quoteleft ` (‘) @quoteright '
 (’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
 @guillemetright » (») @guillemotleft « («) @guillemotright » (»)
 @guilsinglleft ‹ (‹) @guilsinglright › (›)
 
-   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
-a b
-
-   ‘@acronym{--a,an accronym}’ -a (an accronym) ‘@acronym{--a}’ -a
-‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É-. ,A. (Étude Autonome)
-‘@abbr{@'E--. @comma{}A.}’ É-. ,A. ‘@asis{--a}’ -a ‘@b{--a}’ -a
-‘@cite{--a}’ ‘-a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
-“-a” ‘@dmn{--a}’ -a ‘@email{--a,--b}’ -b <--a> ‘@email{,--b}’ -b
-‘@email{--a}’ <--a> ‘@emph{--a}’ _-a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
-‘--a’ ‘@i{--a}’ -a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
-{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
-‘@r{--a}’ -a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ -A ‘@strong{--a}’ *-a*
-‘@t{--a}’ --a ‘@sansserif{--a}’ -a ‘@slanted{--a}’ -a ‘@titlefont{--a}’
+   @textdegree ° (°) @euro € (€) @arrow -> (→) @leq ≤ (≤) @geq ≥ (≥)
+@tie a b
+
+   '@acronym{--a,an accronym}' -a (an accronym) '@acronym{--a}' -a
+'@abbr{@'E--. @comma{}A., @'Etude Autonome }' É-. ,A. (Étude Autonome)
+'@abbr{@'E--. @comma{}A.}' É-. ,A. '@asis{--a}' -a '@b{--a}' -a
+'@cite{--a}' '-a' '@code{--a}' '--a' '@command{--a}' '--a' '@dfn{--a}'
+"-a" '@dmn{--a}' -a '@email{--a,--b}' -b <--a> '@email{,--b}' -b
+'@email{--a}' <--a> '@emph{--a}' _-a_ '@env{--a}' '--a' '@file{--a}'
+'--a' '@i{--a}' -a '@kbd{--a}' '--a' '@key{--a}' <--a> '@math{--a
+{\frac{1}{2}} @minus{}}' --a {\frac{1}{2}} - '@option{--a}' '--a'
+'@r{--a}' -a '@samp{--a}' '--a' '@sc{--a}' -A '@strong{--a}' *-a*
+'@t{--a}' --a '@sansserif{--a}' -a '@slanted{--a}' -a '@titlefont{--a}'
 -a
 **
-   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ -b (--a) ‘@uref{--a}’
-<--a> ‘@uref{,--b}’ -b ‘@uref{--a,--b,--c}’ -c ‘@uref{,--b,--c}’ -c
-‘@uref{--a,,--c}’ -c ‘@uref{,,--c}’ -c ‘@url{--a,--b}’ -b (--a)
-‘@url{--a,}’ <--a> ‘@url{,--b}’ -b ‘@var{--a}’ -A ‘@verb{:--a:}’ --a
-‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
-a a a a a a a a a a a a a a a a a a a a a a a a a}’
+   '@indicateurl{--a}' '--a' '@uref{--a,--b}' -b (--a) '@uref{--a}'
+<--a> '@uref{,--b}' -b '@uref{--a,--b,--c}' -c '@uref{,--b,--c}' -c
+'@uref{--a,,--c}' -c '@uref{,,--c}' -c '@url{--a,--b}' -b (--a)
+'@url{--a,}' <--a> '@url{,--b}' -b '@var{--a}' -A '@verb{:--a:}' --a
+'@verb{:a < & @ % " -- b:}' a  < & @ % " --    b '@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}'
 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
-‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
-footnote2}’ (2)
+'a@sup{h}@sub{l}' a^{h}_{l} '@footnote{in footnote}' (1) '@footnote{in
+footnote2}' (2)
 
-   ‘@sp 2’
+   '@sp 2'
 
 
-   ‘@page’
+   '@page'
 
-   ‘need 1002’
+   'need 1002'
 
-   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
-‘@clicksequence{click @click{} A}’ click ⇒ A
+   '@clicksequence{click @click{} A}' click -> A After clickstyle =>
+'@clicksequence{click @click{} A}' click => A
 
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -101,40 +101,40 @@ a̲ ạ ą a^{h}_{l}
        ! @ } {
 a sunny day
 
-→
+->
 u
-• © ... ... ≡
-error→ ↦ − ⊣ ⇒
+* (C) ... ... ==
+error-> ==> - -| =>
 Å æ œ Æ Œ ø Ø ß ł Ł Ð
 Þ ð þ ¡ ¿ £
 ª º ,
 
-“ ”
-‘ ’ „ ‚ «
+" "
+` ' „ ‚ «
 » « » ‹
-› € → ≤ ≥
+› € -> ≤ ≥
 
 b i r SC sansserif slanted
 
-   ‘default kbdinputstyle’
-‘vtable i--tem default kbdinputstyle’
+   'default kbdinputstyle'
+'vtable i--tem default kbdinputstyle'
      in example default kbdinputstyle
-     ‘vtable i--tem in example default kbdinputstyle’
+     'vtable i--tem in example default kbdinputstyle'
 
-   ‘code kbdinputstyle’
-‘vtable i--tem code kbdinputstyle’
+   'code kbdinputstyle'
+'vtable i--tem code kbdinputstyle'
      in example code kbdinputstyle
-     ‘vtable i--tem in example code kbdinputstyle’
+     'vtable i--tem in example code kbdinputstyle'
 
-   ‘example kbdinputstyle’
-‘vtable i--tem example kbdinputstyle’
+   'example kbdinputstyle'
+'vtable i--tem example kbdinputstyle'
      in example example kbdinputstyle
-     ‘vtable i--tem in example example kbdinputstyle’
+     'vtable i--tem in example example kbdinputstyle'
 
-   ‘distinct kbdinputstyle’
-‘vtable i--tem distinct kbdinputstyle’
+   'distinct kbdinputstyle'
+'vtable i--tem distinct kbdinputstyle'
      in example distinct kbdinputstyle
-     ‘vtable i--tem in example distinct kbdinputstyle’
+     'vtable i--tem in example distinct kbdinputstyle'
 
      A quot--ation
 
@@ -188,18 +188,18 @@ and following
 
      something, other thing: something, other thing
 
-   • i-temize
+   * i-temize
 
    + i-tem +
 
-   • b-ullet
+   * b-ullet
 
-   − minu-s
+   - minu-s
 
    _after emph_ e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      with w a-b
      with w c-d
@@ -262,7 +262,7 @@ exdented two
 
      s--mallexample
 
-   ‘@noindent’ after smallexample.
+   '@noindent' after smallexample.
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 Less recent versions are also present.
@@ -422,70 +422,70 @@ s-mallformat
  -- fun2: arg2
      fff2
 
-   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
-ma---nual@@}’ *Note cross r--ef name@: (file n---ame@)c---hapter@.
-‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
-ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
-file name, manual}’ *note cross ref name: (file name)chapter.
-‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+   '@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}' *Note cross r--ef name@: (file n---ame@)c---hapter@.
+'@ref{chapter, cross ref name, title, file name, manual}' *note cross
+ref name: (file name)chapter. '@pxref{chapter, cross ref name, title,
+file name, manual}' *note cross ref name: (file name)chapter.
+'@inforef{chapter, cross ref name, file name}' *note cross ref name:
 (file name)chapter.
 
-   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
-‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+   '@ref{chapter}' *note chapter:: '@xref{chapter}' *Note chapter::.
+'@pxref{chapter}' *note chapter:: '@ref{s--ect@comma{}ion}' *note
 s--ect,ion::
 
-   ‘@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
-title, a comma@comma{} in file, a @comma{} in manual name }’ *note a ,
+   '@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
+title, a comma@comma{} in file, a @comma{} in manual name }' *note a ,
 in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
-‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
-*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
-‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
-‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
-name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
-name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
-cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
-name,title,,manual}’ *note cross ref name: ()chapter.
-‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
-name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
-(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
-()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+   '@ref{chapter,cross ref name}' *note cross ref name: chapter.
+'@ref{chapter,,title}' *note title: chapter. '@ref{chapter,,,file name}'
+*note (file name)chapter:: '@ref{chapter,,,,manual}' *note ()chapter::
+'@ref{chapter,cross ref name,title,}' *note cross ref name: chapter.
+'@ref{chapter,cross ref name,,file name}' *note cross ref name: (file
+name)chapter. '@ref{chapter,cross ref name,,,manual}' *note cross ref
+name: ()chapter. '@ref{chapter,cross ref name,title,file name}' *note
+cross ref name: (file name)chapter. '@ref{chapter,cross ref
+name,title,,manual}' *note cross ref name: ()chapter.
+'@ref{chapter,cross ref name,title, file name, manual}' *note cross ref
+name: (file name)chapter. '@ref{chapter,,title,file name}' *note title:
+(file name)chapter. '@ref{chapter,,title,,manual}' *note title:
+()chapter. '@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{chapter,,,file name,manual}' *note (file
 name)chapter::
 
-   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
-‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
-‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
-‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
-‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
-(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
-ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
-name,,,manual}’ *note cross ref name: ()(pman)anode.
-‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
-(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
-*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
-name,title, file name, manual}’ *note cross ref name: (file
-name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
-(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
-()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
-title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+   '@ref{(pman)anode,cross ref name}' *note cross ref name: (pman)anode.
+'@ref{(pman)anode,,title}' *note title: (pman)anode.
+'@ref{(pman)anode,,,file name}' *note (file name)(pman)anode::
+'@ref{(pman)anode,,,,manual}' *note ()(pman)anode::
+'@ref{(pman)anode,cross ref name,title,}' *note cross ref name:
+(pman)anode. '@ref{(pman)anode,cross ref name,,file name}' *note cross
+ref name: (file name)(pman)anode. '@ref{(pman)anode,cross ref
+name,,,manual}' *note cross ref name: ()(pman)anode.
+'@ref{(pman)anode,cross ref name,title,file name}' *note cross ref name:
+(file name)(pman)anode. '@ref{(pman)anode,cross ref name,title,,manual}'
+*note cross ref name: ()(pman)anode. '@ref{(pman)anode,cross ref
+name,title, file name, manual}' *note cross ref name: (file
+name)(pman)anode. '@ref{(pman)anode,,title,file name}' *note title:
+(file name)(pman)anode. '@ref{(pman)anode,,title,,manual}' *note title:
+()(pman)anode. '@ref{(pman)anode,,title, file name, manual}' *note
+title: (file name)(pman)anode. '@ref{(pman)anode,,,file name,manual}'
 *note (file name)(pman)anode::
 
-   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
-(file name)chapter. ‘@inforef{chapter}’ *note chapter::
-‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
-‘@inforef{chapter,,file name}’ *note (file name)chapter::
-‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
-name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
-name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
-(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
-arg}’ *note cross ref name: (file name, spurious arg)chapter.
+   '@inforef{chapter, cross ref name, file name}' *note cross ref name:
+(file name)chapter. '@inforef{chapter}' *note chapter::
+'@inforef{chapter, cross ref name}' *note cross ref name: chapter.
+'@inforef{chapter,,file name}' *note (file name)chapter::
+'@inforef{node, cross ref name, file name}' *note cross ref name: (file
+name)node. '@inforef{node}' *note node:: '@inforef{node, cross ref
+name}' *note cross ref name: node. '@inforef{node,,file name}' *note
+(file name)node:: '@inforef{chapter, cross ref name, file name, spurious
+arg}' *note cross ref name: (file name, spurious arg)chapter.
 
-   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
-in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+   '@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}' *note a , in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘*note chapter::’.
+   '*note chapter::'.
 
    *note cross ref with uref uref1 (href://http/myhost.com/index.html):
 (info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
@@ -504,12 +504,12 @@ _b_
      l-ine
 
      Title
-‘a--code’
+'a--code'
      Value-table code
 
      Title
-‘a--samp’
-‘a2--samp’
+'a--samp'
+'a2--samp'
      Value-table samp
 
    c-artouche
@@ -556,11 +556,11 @@ subheading
 subsubheading
 .............
 
-‘@acronym{--a,an accronym @comma{} @enddots{}}’ -a (an accronym , ...)
-‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É-. ,A.
-(Étude-, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É-. ,A.
+'@acronym{--a,an accronym @comma{} @enddots{}}' -a (an accronym , ...)
+'@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }' É-. ,A.
+(Étude-, Autonome) '@abbr{@'E--. @comma{}A.}' É-. ,A.
 
-   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+   '@math{--a@minus{} {\frac{1}{2}}}' --a- {\frac{1}{2}}
 
    Somehow invalid use of @,:
 @, ̧
@@ -570,45 +570,45 @@ subsubheading
 @' ́
 @'@"u ́ü
 
-   ‘@|’
+   '@|'
 
-   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+   @dotless{truc} truc @dotless{ij} ij '@dotless{--a}' -a '@dotless{a}'
 a
 
    @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
 @U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
 U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
 
-   @TeX, but without brace TeX ‘@#’ #
+   @TeX, but without brace TeX '@#' #
 
-   ‘@w{--a}’ -a
+   '@w{--a}' -a
 
-   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+   '@image{,1--xt}'  '@image{,,2--xt}'  '@image{,,,3--xt}' 
 
-   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+   '@image{f-ile,aze,,a--lt}' [a-lt] '@image{f-ile,,,alt@verb{:jk _" %}}' 
[altjk _" %@]
 
-   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
-aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+   '@image{f--ile}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,,alt}' [image src="f--ile.png" alt="alt" text="ggg
+aaa"] '@image{f--ile,,,,.e-d-xt}'
 [image src="f--ile.e--xt" text="ggg
-aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,l--i}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,l--e}' [image src="f--ile.png" text="ggg
 aaa"]
-‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
-aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+'@image{f--ile,aze,az,alt,.e--xt}' [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] '@image{f--ile,aze,az,alt,' [image src="f--ile.png" alt="alt" 
text="ggg
 aaa"]
-‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+'@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}' [alt]
 
-   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+   '@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}' [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
 aaa"]
-‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+'@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}' [altjk _" %@]
 
 ü Ü ñ â é ō ì é Ḕ
 Ḉ Ḉ a̋ ȧ å a͡
 ă ǎ
  ? .
 
-TeX LaTeX ⋆ å ® °
+TeX LaTeX -!- å (R) °
 
 t
 
@@ -616,8 +616,8 @@ t
 
    __ after emph e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      without brace w a-b
      without brace w c-d
@@ -649,38 +649,38 @@ b
 
    g-roupe
 
-   ‘@ref{node}’ *note node::
-
-   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
-title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
-*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
-‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
-(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
-ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
-name,,file name}’ *note cross ref name: (file name)node.
-‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
-‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
-name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
-name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
-cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
-title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
-‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
-name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
-‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
-name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
-name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
-ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title, file name, manual}’ *note cross ref name: (file name).
-‘@ref{,,title,file name}’ *note title: (file name).
-‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
-manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+   '@ref{node}' *note node::
+
+   '@ref{,cross ref name}' *note cross ref name: . '@ref{,,title}' *note
+title: . '@ref{,,,file name}' *note (file name):: '@ref{,,,,manual}'
+*note ():: '@ref{node,cross ref name}' *note cross ref name: node.
+'@ref{node,,title}' *note title: node. '@ref{node,,,file name}' *note
+(file name)node:: '@ref{node,,,,manual}' *note ()node:: '@ref{node,cross
+ref name,title,}' *note cross ref name: node. '@ref{node,cross ref
+name,,file name}' *note cross ref name: (file name)node.
+'@ref{node,cross ref name,,,manual}' *note cross ref name: ()node.
+'@ref{node,cross ref name,title,file name}' *note cross ref name: (file
+name)node. '@ref{node,cross ref name,title,,manual}' *note cross ref
+name: ()node. '@ref{node,cross ref name,title, file name, manual}' *note
+cross ref name: (file name)node. '@ref{node,,title,file name}' *note
+title: (file name)node. '@ref{node,,title,,manual}' *note title: ()node.
+'@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{node,,title, file name, manual}' *note title: (file
+name)node. '@ref{node,,,file name,manual}' *note (file name)node::
+'@ref{,cross ref name,title,}' *note cross ref name: . '@ref{,cross ref
+name,,file name}' *note cross ref name: (file name). '@ref{,cross ref
+name,,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title,file name}' *note cross ref name: (file name). '@ref{,cross
+ref name,title,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title, file name, manual}' *note cross ref name: (file name).
+'@ref{,,title,file name}' *note title: (file name).
+'@ref{,,title,,manual}' *note title: (). '@ref{,,title, file name,
+manual}' *note title: (file name). '@ref{,,,file name,manual}' *note
 (file name)::
 
-   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
-name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
-cross ref name: (file name). ‘@inforef{}’ *note ::
+   '@inforef{,cross ref name }' *note cross ref name: . '@inforef{,,file
+name}' *note (file name):: '@inforef{,cross ref name, file name}' *note
+cross ref name: (file name). '@inforef{}' *note ::
 
    ---------- Footnotes ----------
 
@@ -688,11 +688,11 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
    (2) in footnote2
 
-INFO-DIR-SECTION Formatting é ‘@ TeX’ test
+INFO-DIR-SECTION Formatting é '@ TeX' test
 START-INFO-DIR-ENTRY
 * Truc: (formatting).           The GNU documentation truc.
-* ‘@ é ≡’: (formatting).  "-- something"
-                           ‘cmd’ à
+* '@ é ==': (formatting).  "-- something"
+                           'cmd' à
 END-INFO-DIR-ENTRY
 
 
@@ -730,30 +730,30 @@ noindent in para.
    < > " & ' '
 
    "simple-double-three--four---"
-code: ‘``simple-double--three---four----''’
+code: '``simple-double--three---four----'''
 asis: "simple-double-three--four---"
 strong: *"simple-double-three--four---"*
-kbd: ‘``simple-double--three---four----''’
+kbd: '``simple-double--three---four----'''
 
    ''simple-double--three--four---''
 
    @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @'e é (é) @=o ō (ō) @'i ì
 (ì) @'{e} é (é) @'{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
-(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
-‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
-(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+(ȷ) '@H{a}' a̋ '@dotaccent{a}' ȧ (ȧ) '@ringaccent{a}' å (å)
+'@tieaccent{a}' a͡ '@u{a}' ă (ă) '@ubaraccent{a}' a̲ '@udotaccent{a}' ạ
+(ạ) '@v{a}' ǎ (ǎ) @,c ç (ç) '@,{c}' ç (ç) '@ogonek{a}' ą (ą)
 
    @'{@=E} Ḕ @l{} ł @,{@'C} Ḉ @,c@"u çü
 
-   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
-‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
-‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+   '@H{--a}' -a̋ '@dotaccent{--a}' -ȧ '@ringaccent{--a}' -å
+'@tieaccent{--a}' -a͡ '@u{--a}' -ă '@ubaraccent{--a}' -a̲
+'@udotaccent{--a}' -ạ '@v{--a}' -ǎ '@,{--c}' -ç '@ogonek{--a}' -ą
 
    @U{0075} u
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
- ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+ '@-' '@:' '@!' !  '@?' ?  '@.' .  '@&' & '@@' @ '@}' } '@{' { '@/'
 
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
@@ -761,55 +761,55 @@ Now !  !@ but , ,
    @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
 @lbracechar { ({) @rbracechar } (})
 
-   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
-@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
-@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+   @TeX TeX @LaTeX LaTeX @bullet * (•) @copyright (C) (©) @dots ... (…)
+@enddots ...  @equiv == (≡) @error error-> @expansion ==> (↦) @minus -
+(−) @point -!- (⋆) @print -| (⊣) @result => (⇒) @today a sunny day
 
    @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
 @O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
 (þ)
 
    @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
-@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
-@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+@registeredsymbol (R) (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft " (“) @quotedblright " (”) @quoteleft ` (‘) @quoteright '
 (’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
 @guillemetright » (») @guillemotleft « («) @guillemotright » (»)
 @guilsinglleft ‹ (‹) @guilsinglright › (›)
 
-   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
-a b
-
-   ‘@acronym{--a,an accronym}’ -a (an accronym) ‘@acronym{--a}’ -a
-‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É-. ,A. (Étude Autonome)
-‘@abbr{@'E--. @comma{}A.}’ É-. ,A. ‘@asis{--a}’ -a ‘@b{--a}’ -a
-‘@cite{--a}’ ‘-a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
-“-a” ‘@dmn{--a}’ -a ‘@email{--a,--b}’ -b <--a> ‘@email{,--b}’ -b
-‘@email{--a}’ <--a> ‘@emph{--a}’ _-a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
-‘--a’ ‘@i{--a}’ -a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
-{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
-‘@r{--a}’ -a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ -A ‘@strong{--a}’ *-a*
-‘@t{--a}’ --a ‘@sansserif{--a}’ -a ‘@slanted{--a}’ -a ‘@titlefont{--a}’
+   @textdegree ° (°) @euro € (€) @arrow -> (→) @leq ≤ (≤) @geq ≥ (≥)
+@tie a b
+
+   '@acronym{--a,an accronym}' -a (an accronym) '@acronym{--a}' -a
+'@abbr{@'E--. @comma{}A., @'Etude Autonome }' É-. ,A. (Étude Autonome)
+'@abbr{@'E--. @comma{}A.}' É-. ,A. '@asis{--a}' -a '@b{--a}' -a
+'@cite{--a}' '-a' '@code{--a}' '--a' '@command{--a}' '--a' '@dfn{--a}'
+"-a" '@dmn{--a}' -a '@email{--a,--b}' -b <--a> '@email{,--b}' -b
+'@email{--a}' <--a> '@emph{--a}' _-a_ '@env{--a}' '--a' '@file{--a}'
+'--a' '@i{--a}' -a '@kbd{--a}' '--a' '@key{--a}' <--a> '@math{--a
+{\frac{1}{2}} @minus{}}' --a {\frac{1}{2}} - '@option{--a}' '--a'
+'@r{--a}' -a '@samp{--a}' '--a' '@sc{--a}' -A '@strong{--a}' *-a*
+'@t{--a}' --a '@sansserif{--a}' -a '@slanted{--a}' -a '@titlefont{--a}'
 -a
 **
-   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ -b (--a) ‘@uref{--a}’
-<--a> ‘@uref{,--b}’ -b ‘@uref{--a,--b,--c}’ -c ‘@uref{,--b,--c}’ -c
-‘@uref{--a,,--c}’ -c ‘@uref{,,--c}’ -c ‘@url{--a,--b}’ -b (--a)
-‘@url{--a,}’ <--a> ‘@url{,--b}’ -b ‘@var{--a}’ -A ‘@verb{:--a:}’ --a
-‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
-a a a a a a a a a a a a a a a a a a a a a a a a a}’
+   '@indicateurl{--a}' '--a' '@uref{--a,--b}' -b (--a) '@uref{--a}'
+<--a> '@uref{,--b}' -b '@uref{--a,--b,--c}' -c '@uref{,--b,--c}' -c
+'@uref{--a,,--c}' -c '@uref{,,--c}' -c '@url{--a,--b}' -b (--a)
+'@url{--a,}' <--a> '@url{,--b}' -b '@var{--a}' -A '@verb{:--a:}' --a
+'@verb{:a < & @ % " -- b:}' a  < & @ % " --    b '@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}'
 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
-‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
-footnote2}’ (2)
+'a@sup{h}@sub{l}' a^{h}_{l} '@footnote{in footnote}' (1) '@footnote{in
+footnote2}' (2)
 
-   ‘@sp 2’
+   '@sp 2'
 
 
-   ‘@page’
+   '@page'
 
-   ‘need 1002’
+   'need 1002'
 
-   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
-‘@clicksequence{click @click{} A}’ click ⇒ A
+   '@clicksequence{click @click{} A}' click -> A After clickstyle =>
+'@clicksequence{click @click{} A}' click => A
 
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -825,40 +825,40 @@ a̲ ạ ą a^{h}_{l}
        ! @ } {
 a sunny day
 
-→
+->
 u
-• © ... ... ≡
-error→ ↦ − ⊣ ⇒
+* (C) ... ... ==
+error-> ==> - -| =>
 Å æ œ Æ Œ ø Ø ß ł Ł Ð
 Þ ð þ ¡ ¿ £
 ª º ,
 
-“ ”
-‘ ’ „ ‚ «
+" "
+` ' „ ‚ «
 » « » ‹
-› € → ≤ ≥
+› € -> ≤ ≥
 
 b i r SC sansserif slanted
 
-   ‘default kbdinputstyle’
-‘vtable i--tem default kbdinputstyle’
+   'default kbdinputstyle'
+'vtable i--tem default kbdinputstyle'
      in example default kbdinputstyle
-     ‘vtable i--tem in example default kbdinputstyle’
+     'vtable i--tem in example default kbdinputstyle'
 
-   ‘code kbdinputstyle’
-‘vtable i--tem code kbdinputstyle’
+   'code kbdinputstyle'
+'vtable i--tem code kbdinputstyle'
      in example code kbdinputstyle
-     ‘vtable i--tem in example code kbdinputstyle’
+     'vtable i--tem in example code kbdinputstyle'
 
-   ‘example kbdinputstyle’
-‘vtable i--tem example kbdinputstyle’
+   'example kbdinputstyle'
+'vtable i--tem example kbdinputstyle'
      in example example kbdinputstyle
-     ‘vtable i--tem in example example kbdinputstyle’
+     'vtable i--tem in example example kbdinputstyle'
 
-   ‘distinct kbdinputstyle’
-‘vtable i--tem distinct kbdinputstyle’
+   'distinct kbdinputstyle'
+'vtable i--tem distinct kbdinputstyle'
      in example distinct kbdinputstyle
-     ‘vtable i--tem in example distinct kbdinputstyle’
+     'vtable i--tem in example distinct kbdinputstyle'
 
      A quot--ation
 
@@ -912,18 +912,18 @@ and following
 
      something, other thing: something, other thing
 
-   • i-temize
+   * i-temize
 
    + i-tem +
 
-   • b-ullet
+   * b-ullet
 
-   − minu-s
+   - minu-s
 
    _after emph_ e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      with w a-b
      with w c-d
@@ -986,7 +986,7 @@ exdented two
 
      s--mallexample
 
-   ‘@noindent’ after smallexample.
+   '@noindent' after smallexample.
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 Less recent versions are also present.
@@ -1146,70 +1146,70 @@ s-mallformat
  -- fun2: arg2
      fff2
 
-   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
-ma---nual@@}’ *Note cross r--ef name@: (file n---ame@)c---hapter@.
-‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
-ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
-file name, manual}’ *note cross ref name: (file name)chapter.
-‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+   '@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}' *Note cross r--ef name@: (file n---ame@)c---hapter@.
+'@ref{chapter, cross ref name, title, file name, manual}' *note cross
+ref name: (file name)chapter. '@pxref{chapter, cross ref name, title,
+file name, manual}' *note cross ref name: (file name)chapter.
+'@inforef{chapter, cross ref name, file name}' *note cross ref name:
 (file name)chapter.
 
-   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
-‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+   '@ref{chapter}' *note chapter:: '@xref{chapter}' *Note chapter::.
+'@pxref{chapter}' *note chapter:: '@ref{s--ect@comma{}ion}' *note
 s--ect,ion::
 
-   ‘@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
-title, a comma@comma{} in file, a @comma{} in manual name }’ *note a ,
+   '@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
+title, a comma@comma{} in file, a @comma{} in manual name }' *note a ,
 in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
-‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
-*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
-‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
-‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
-name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
-name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
-cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
-name,title,,manual}’ *note cross ref name: ()chapter.
-‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
-name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
-(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
-()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+   '@ref{chapter,cross ref name}' *note cross ref name: chapter.
+'@ref{chapter,,title}' *note title: chapter. '@ref{chapter,,,file name}'
+*note (file name)chapter:: '@ref{chapter,,,,manual}' *note ()chapter::
+'@ref{chapter,cross ref name,title,}' *note cross ref name: chapter.
+'@ref{chapter,cross ref name,,file name}' *note cross ref name: (file
+name)chapter. '@ref{chapter,cross ref name,,,manual}' *note cross ref
+name: ()chapter. '@ref{chapter,cross ref name,title,file name}' *note
+cross ref name: (file name)chapter. '@ref{chapter,cross ref
+name,title,,manual}' *note cross ref name: ()chapter.
+'@ref{chapter,cross ref name,title, file name, manual}' *note cross ref
+name: (file name)chapter. '@ref{chapter,,title,file name}' *note title:
+(file name)chapter. '@ref{chapter,,title,,manual}' *note title:
+()chapter. '@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{chapter,,,file name,manual}' *note (file
 name)chapter::
 
-   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
-‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
-‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
-‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
-‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
-(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
-ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
-name,,,manual}’ *note cross ref name: ()(pman)anode.
-‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
-(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
-*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
-name,title, file name, manual}’ *note cross ref name: (file
-name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
-(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
-()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
-title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+   '@ref{(pman)anode,cross ref name}' *note cross ref name: (pman)anode.
+'@ref{(pman)anode,,title}' *note title: (pman)anode.
+'@ref{(pman)anode,,,file name}' *note (file name)(pman)anode::
+'@ref{(pman)anode,,,,manual}' *note ()(pman)anode::
+'@ref{(pman)anode,cross ref name,title,}' *note cross ref name:
+(pman)anode. '@ref{(pman)anode,cross ref name,,file name}' *note cross
+ref name: (file name)(pman)anode. '@ref{(pman)anode,cross ref
+name,,,manual}' *note cross ref name: ()(pman)anode.
+'@ref{(pman)anode,cross ref name,title,file name}' *note cross ref name:
+(file name)(pman)anode. '@ref{(pman)anode,cross ref name,title,,manual}'
+*note cross ref name: ()(pman)anode. '@ref{(pman)anode,cross ref
+name,title, file name, manual}' *note cross ref name: (file
+name)(pman)anode. '@ref{(pman)anode,,title,file name}' *note title:
+(file name)(pman)anode. '@ref{(pman)anode,,title,,manual}' *note title:
+()(pman)anode. '@ref{(pman)anode,,title, file name, manual}' *note
+title: (file name)(pman)anode. '@ref{(pman)anode,,,file name,manual}'
 *note (file name)(pman)anode::
 
-   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
-(file name)chapter. ‘@inforef{chapter}’ *note chapter::
-‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
-‘@inforef{chapter,,file name}’ *note (file name)chapter::
-‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
-name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
-name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
-(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
-arg}’ *note cross ref name: (file name, spurious arg)chapter.
+   '@inforef{chapter, cross ref name, file name}' *note cross ref name:
+(file name)chapter. '@inforef{chapter}' *note chapter::
+'@inforef{chapter, cross ref name}' *note cross ref name: chapter.
+'@inforef{chapter,,file name}' *note (file name)chapter::
+'@inforef{node, cross ref name, file name}' *note cross ref name: (file
+name)node. '@inforef{node}' *note node:: '@inforef{node, cross ref
+name}' *note cross ref name: node. '@inforef{node,,file name}' *note
+(file name)node:: '@inforef{chapter, cross ref name, file name, spurious
+arg}' *note cross ref name: (file name, spurious arg)chapter.
 
-   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
-in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+   '@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}' *note a , in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘*note chapter::’.
+   '*note chapter::'.
 
    *note cross ref with uref uref1 (href://http/myhost.com/index.html):
 (info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
@@ -1228,12 +1228,12 @@ _b_
      l-ine
 
      Title
-‘a--code’
+'a--code'
      Value-table code
 
      Title
-‘a--samp’
-‘a2--samp’
+'a--samp'
+'a2--samp'
      Value-table samp
 
    c-artouche
@@ -1280,11 +1280,11 @@ subheading
 subsubheading
 .............
 
-‘@acronym{--a,an accronym @comma{} @enddots{}}’ -a (an accronym , ...)
-‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É-. ,A.
-(Étude-, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É-. ,A.
+'@acronym{--a,an accronym @comma{} @enddots{}}' -a (an accronym , ...)
+'@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }' É-. ,A.
+(Étude-, Autonome) '@abbr{@'E--. @comma{}A.}' É-. ,A.
 
-   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+   '@math{--a@minus{} {\frac{1}{2}}}' --a- {\frac{1}{2}}
 
    Somehow invalid use of @,:
 @, ̧
@@ -1294,45 +1294,45 @@ subsubheading
 @' ́
 @'@"u ́ü
 
-   ‘@|’
+   '@|'
 
-   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+   @dotless{truc} truc @dotless{ij} ij '@dotless{--a}' -a '@dotless{a}'
 a
 
    @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
 @U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
 U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
 
-   @TeX, but without brace TeX ‘@#’ #
+   @TeX, but without brace TeX '@#' #
 
-   ‘@w{--a}’ -a
+   '@w{--a}' -a
 
-   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+   '@image{,1--xt}'  '@image{,,2--xt}'  '@image{,,,3--xt}' 
 
-   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+   '@image{f-ile,aze,,a--lt}' [a-lt] '@image{f-ile,,,alt@verb{:jk _" %}}' 
[altjk _" %@]
 
-   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
-aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+   '@image{f--ile}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,,alt}' [image src="f--ile.png" alt="alt" text="ggg
+aaa"] '@image{f--ile,,,,.e-d-xt}'
 [image src="f--ile.e--xt" text="ggg
-aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,l--i}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,l--e}' [image src="f--ile.png" text="ggg
 aaa"]
-‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
-aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+'@image{f--ile,aze,az,alt,.e--xt}' [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] '@image{f--ile,aze,az,alt,' [image src="f--ile.png" alt="alt" 
text="ggg
 aaa"]
-‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+'@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}' [alt]
 
-   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+   '@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}' [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
 aaa"]
-‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+'@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}' [altjk _" %@]
 
 ü Ü ñ â é ō ì é Ḕ
 Ḉ Ḉ a̋ ȧ å a͡
 ă ǎ
  ? .
 
-TeX LaTeX ⋆ å ® °
+TeX LaTeX -!- å (R) °
 
 t
 
@@ -1340,8 +1340,8 @@ t
 
    __ after emph e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      without brace w a-b
      without brace w c-d
@@ -1373,68 +1373,68 @@ b
 
    g-roupe
 
-   ‘@ref{node}’ *note node::
-
-   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
-title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
-*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
-‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
-(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
-ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
-name,,file name}’ *note cross ref name: (file name)node.
-‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
-‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
-name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
-name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
-cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
-title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
-‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
-name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
-‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
-name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
-name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
-ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title, file name, manual}’ *note cross ref name: (file name).
-‘@ref{,,title,file name}’ *note title: (file name).
-‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
-manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+   '@ref{node}' *note node::
+
+   '@ref{,cross ref name}' *note cross ref name: . '@ref{,,title}' *note
+title: . '@ref{,,,file name}' *note (file name):: '@ref{,,,,manual}'
+*note ():: '@ref{node,cross ref name}' *note cross ref name: node.
+'@ref{node,,title}' *note title: node. '@ref{node,,,file name}' *note
+(file name)node:: '@ref{node,,,,manual}' *note ()node:: '@ref{node,cross
+ref name,title,}' *note cross ref name: node. '@ref{node,cross ref
+name,,file name}' *note cross ref name: (file name)node.
+'@ref{node,cross ref name,,,manual}' *note cross ref name: ()node.
+'@ref{node,cross ref name,title,file name}' *note cross ref name: (file
+name)node. '@ref{node,cross ref name,title,,manual}' *note cross ref
+name: ()node. '@ref{node,cross ref name,title, file name, manual}' *note
+cross ref name: (file name)node. '@ref{node,,title,file name}' *note
+title: (file name)node. '@ref{node,,title,,manual}' *note title: ()node.
+'@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{node,,title, file name, manual}' *note title: (file
+name)node. '@ref{node,,,file name,manual}' *note (file name)node::
+'@ref{,cross ref name,title,}' *note cross ref name: . '@ref{,cross ref
+name,,file name}' *note cross ref name: (file name). '@ref{,cross ref
+name,,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title,file name}' *note cross ref name: (file name). '@ref{,cross
+ref name,title,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title, file name, manual}' *note cross ref name: (file name).
+'@ref{,,title,file name}' *note title: (file name).
+'@ref{,,title,,manual}' *note title: (). '@ref{,,title, file name,
+manual}' *note title: (file name). '@ref{,,,file name,manual}' *note
 (file name)::
 
-   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
-name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
-cross ref name: (file name). ‘@inforef{}’ *note ::
+   '@inforef{,cross ref name }' *note cross ref name: . '@inforef{,,file
+name}' *note (file name):: '@inforef{,cross ref name, file name}' *note
+cross ref name: (file name). '@inforef{}' *note ::
 
    Normal text
 
    < > " & ' '
 
    "simple-double-three--four---"
-code: ‘``simple-double--three---four----''’
+code: '``simple-double--three---four----'''
 asis: "simple-double-three--four---"
 strong: *"simple-double-three--four---"*
-kbd: ‘``simple-double--three---four----''’
+kbd: '``simple-double--three---four----'''
 
    ''simple-double--three--four---''
 
    @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @'e é (é) @=o ō (ō) @'i ì
 (ì) @'{e} é (é) @'{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
-(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
-‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
-(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+(ȷ) '@H{a}' a̋ '@dotaccent{a}' ȧ (ȧ) '@ringaccent{a}' å (å)
+'@tieaccent{a}' a͡ '@u{a}' ă (ă) '@ubaraccent{a}' a̲ '@udotaccent{a}' ạ
+(ạ) '@v{a}' ǎ (ǎ) @,c ç (ç) '@,{c}' ç (ç) '@ogonek{a}' ą (ą)
 
    @'{@=E} Ḕ @l{} ł @,{@'C} Ḉ @,c@"u çü
 
-   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
-‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
-‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+   '@H{--a}' -a̋ '@dotaccent{--a}' -ȧ '@ringaccent{--a}' -å
+'@tieaccent{--a}' -a͡ '@u{--a}' -ă '@ubaraccent{--a}' -a̲
+'@udotaccent{--a}' -ạ '@v{--a}' -ǎ '@,{--c}' -ç '@ogonek{--a}' -ą
 
    @U{0075} u
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
- ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+ '@-' '@:' '@!' !  '@?' ?  '@.' .  '@&' & '@@' @ '@}' } '@{' { '@/'
 
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
@@ -1442,55 +1442,55 @@ Now !  !@ but , ,
    @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
 @lbracechar { ({) @rbracechar } (})
 
-   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
-@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
-@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+   @TeX TeX @LaTeX LaTeX @bullet * (•) @copyright (C) (©) @dots ... (…)
+@enddots ...  @equiv == (≡) @error error-> @expansion ==> (↦) @minus -
+(−) @point -!- (⋆) @print -| (⊣) @result => (⇒) @today a sunny day
 
    @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
 @O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
 (þ)
 
    @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
-@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
-@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+@registeredsymbol (R) (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft " (“) @quotedblright " (”) @quoteleft ` (‘) @quoteright '
 (’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
 @guillemetright » (») @guillemotleft « («) @guillemotright » (»)
 @guilsinglleft ‹ (‹) @guilsinglright › (›)
 
-   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
-a b
-
-   ‘@acronym{--a,an accronym}’ -a (an accronym) ‘@acronym{--a}’ -a
-‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É-. ,A. (Étude Autonome)
-‘@abbr{@'E--. @comma{}A.}’ É-. ,A. ‘@asis{--a}’ -a ‘@b{--a}’ -a
-‘@cite{--a}’ ‘-a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
-“-a” ‘@dmn{--a}’ -a ‘@email{--a,--b}’ -b <--a> ‘@email{,--b}’ -b
-‘@email{--a}’ <--a> ‘@emph{--a}’ _-a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
-‘--a’ ‘@i{--a}’ -a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
-{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
-‘@r{--a}’ -a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ -A ‘@strong{--a}’ *-a*
-‘@t{--a}’ --a ‘@sansserif{--a}’ -a ‘@slanted{--a}’ -a ‘@titlefont{--a}’
+   @textdegree ° (°) @euro € (€) @arrow -> (→) @leq ≤ (≤) @geq ≥ (≥)
+@tie a b
+
+   '@acronym{--a,an accronym}' -a (an accronym) '@acronym{--a}' -a
+'@abbr{@'E--. @comma{}A., @'Etude Autonome }' É-. ,A. (Étude Autonome)
+'@abbr{@'E--. @comma{}A.}' É-. ,A. '@asis{--a}' -a '@b{--a}' -a
+'@cite{--a}' '-a' '@code{--a}' '--a' '@command{--a}' '--a' '@dfn{--a}'
+"-a" '@dmn{--a}' -a '@email{--a,--b}' -b <--a> '@email{,--b}' -b
+'@email{--a}' <--a> '@emph{--a}' _-a_ '@env{--a}' '--a' '@file{--a}'
+'--a' '@i{--a}' -a '@kbd{--a}' '--a' '@key{--a}' <--a> '@math{--a
+{\frac{1}{2}} @minus{}}' --a {\frac{1}{2}} - '@option{--a}' '--a'
+'@r{--a}' -a '@samp{--a}' '--a' '@sc{--a}' -A '@strong{--a}' *-a*
+'@t{--a}' --a '@sansserif{--a}' -a '@slanted{--a}' -a '@titlefont{--a}'
 -a
 **
-   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ -b (--a) ‘@uref{--a}’
-<--a> ‘@uref{,--b}’ -b ‘@uref{--a,--b,--c}’ -c ‘@uref{,--b,--c}’ -c
-‘@uref{--a,,--c}’ -c ‘@uref{,,--c}’ -c ‘@url{--a,--b}’ -b (--a)
-‘@url{--a,}’ <--a> ‘@url{,--b}’ -b ‘@var{--a}’ -A ‘@verb{:--a:}’ --a
-‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
-a a a a a a a a a a a a a a a a a a a a a a a a a}’
+   '@indicateurl{--a}' '--a' '@uref{--a,--b}' -b (--a) '@uref{--a}'
+<--a> '@uref{,--b}' -b '@uref{--a,--b,--c}' -c '@uref{,--b,--c}' -c
+'@uref{--a,,--c}' -c '@uref{,,--c}' -c '@url{--a,--b}' -b (--a)
+'@url{--a,}' <--a> '@url{,--b}' -b '@var{--a}' -A '@verb{:--a:}' --a
+'@verb{:a < & @ % " -- b:}' a  < & @ % " --    b '@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}'
 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
-‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (3) ‘@footnote{in
-footnote2}’ (4)
+'a@sup{h}@sub{l}' a^{h}_{l} '@footnote{in footnote}' (3) '@footnote{in
+footnote2}' (4)
 
-   ‘@sp 2’
+   '@sp 2'
 
 
-   ‘@page’
+   '@page'
 
-   ‘need 1002’
+   'need 1002'
 
-   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
-‘@clicksequence{click @click{} A}’ click ⇒ A
+   '@clicksequence{click @click{} A}' click -> A After clickstyle =>
+'@clicksequence{click @click{} A}' click => A
 
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -1506,40 +1506,40 @@ a̲ ạ ą a^{h}_{l}
        ! @ } {
 a sunny day
 
-→
+->
 u
-• © ... ... ≡
-error→ ↦ − ⊣ ⇒
+* (C) ... ... ==
+error-> ==> - -| =>
 Å æ œ Æ Œ ø Ø ß ł Ł Ð
 Þ ð þ ¡ ¿ £
 ª º ,
 
-“ ”
-‘ ’ „ ‚ «
+" "
+` ' „ ‚ «
 » « » ‹
-› € → ≤ ≥
+› € -> ≤ ≥
 
 b i r SC sansserif slanted
 
-   ‘default kbdinputstyle’
-‘vtable i--tem default kbdinputstyle’
+   'default kbdinputstyle'
+'vtable i--tem default kbdinputstyle'
      in example default kbdinputstyle
-     ‘vtable i--tem in example default kbdinputstyle’
+     'vtable i--tem in example default kbdinputstyle'
 
-   ‘code kbdinputstyle’
-‘vtable i--tem code kbdinputstyle’
+   'code kbdinputstyle'
+'vtable i--tem code kbdinputstyle'
      in example code kbdinputstyle
-     ‘vtable i--tem in example code kbdinputstyle’
+     'vtable i--tem in example code kbdinputstyle'
 
-   ‘example kbdinputstyle’
-‘vtable i--tem example kbdinputstyle’
+   'example kbdinputstyle'
+'vtable i--tem example kbdinputstyle'
      in example example kbdinputstyle
-     ‘vtable i--tem in example example kbdinputstyle’
+     'vtable i--tem in example example kbdinputstyle'
 
-   ‘distinct kbdinputstyle’
-‘vtable i--tem distinct kbdinputstyle’
+   'distinct kbdinputstyle'
+'vtable i--tem distinct kbdinputstyle'
      in example distinct kbdinputstyle
-     ‘vtable i--tem in example distinct kbdinputstyle’
+     'vtable i--tem in example distinct kbdinputstyle'
 
      A quot--ation
 
@@ -1593,18 +1593,18 @@ and following
 
      something, other thing: something, other thing
 
-   • i-temize
+   * i-temize
 
    + i-tem +
 
-   • b-ullet
+   * b-ullet
 
-   − minu-s
+   - minu-s
 
    _after emph_ e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      with w a-b
      with w c-d
@@ -1667,7 +1667,7 @@ exdented two
 
      s--mallexample
 
-   ‘@noindent’ after smallexample.
+   '@noindent' after smallexample.
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 Less recent versions are also present.
@@ -1827,70 +1827,70 @@ s-mallformat
  -- fun2: arg2
      fff2
 
-   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
-ma---nual@@}’ *Note cross r--ef name@: (file n---ame@)c---hapter@.
-‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
-ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
-file name, manual}’ *note cross ref name: (file name)chapter.
-‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+   '@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}' *Note cross r--ef name@: (file n---ame@)c---hapter@.
+'@ref{chapter, cross ref name, title, file name, manual}' *note cross
+ref name: (file name)chapter. '@pxref{chapter, cross ref name, title,
+file name, manual}' *note cross ref name: (file name)chapter.
+'@inforef{chapter, cross ref name, file name}' *note cross ref name:
 (file name)chapter.
 
-   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
-‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+   '@ref{chapter}' *note chapter:: '@xref{chapter}' *Note chapter::.
+'@pxref{chapter}' *note chapter:: '@ref{s--ect@comma{}ion}' *note
 s--ect,ion::
 
-   ‘@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
-title, a comma@comma{} in file, a @comma{} in manual name }’ *note a ,
+   '@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
+title, a comma@comma{} in file, a @comma{} in manual name }' *note a ,
 in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
-‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
-*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
-‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
-‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
-name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
-name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
-cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
-name,title,,manual}’ *note cross ref name: ()chapter.
-‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
-name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
-(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
-()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+   '@ref{chapter,cross ref name}' *note cross ref name: chapter.
+'@ref{chapter,,title}' *note title: chapter. '@ref{chapter,,,file name}'
+*note (file name)chapter:: '@ref{chapter,,,,manual}' *note ()chapter::
+'@ref{chapter,cross ref name,title,}' *note cross ref name: chapter.
+'@ref{chapter,cross ref name,,file name}' *note cross ref name: (file
+name)chapter. '@ref{chapter,cross ref name,,,manual}' *note cross ref
+name: ()chapter. '@ref{chapter,cross ref name,title,file name}' *note
+cross ref name: (file name)chapter. '@ref{chapter,cross ref
+name,title,,manual}' *note cross ref name: ()chapter.
+'@ref{chapter,cross ref name,title, file name, manual}' *note cross ref
+name: (file name)chapter. '@ref{chapter,,title,file name}' *note title:
+(file name)chapter. '@ref{chapter,,title,,manual}' *note title:
+()chapter. '@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{chapter,,,file name,manual}' *note (file
 name)chapter::
 
-   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
-‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
-‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
-‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
-‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
-(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
-ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
-name,,,manual}’ *note cross ref name: ()(pman)anode.
-‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
-(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
-*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
-name,title, file name, manual}’ *note cross ref name: (file
-name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
-(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
-()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
-title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+   '@ref{(pman)anode,cross ref name}' *note cross ref name: (pman)anode.
+'@ref{(pman)anode,,title}' *note title: (pman)anode.
+'@ref{(pman)anode,,,file name}' *note (file name)(pman)anode::
+'@ref{(pman)anode,,,,manual}' *note ()(pman)anode::
+'@ref{(pman)anode,cross ref name,title,}' *note cross ref name:
+(pman)anode. '@ref{(pman)anode,cross ref name,,file name}' *note cross
+ref name: (file name)(pman)anode. '@ref{(pman)anode,cross ref
+name,,,manual}' *note cross ref name: ()(pman)anode.
+'@ref{(pman)anode,cross ref name,title,file name}' *note cross ref name:
+(file name)(pman)anode. '@ref{(pman)anode,cross ref name,title,,manual}'
+*note cross ref name: ()(pman)anode. '@ref{(pman)anode,cross ref
+name,title, file name, manual}' *note cross ref name: (file
+name)(pman)anode. '@ref{(pman)anode,,title,file name}' *note title:
+(file name)(pman)anode. '@ref{(pman)anode,,title,,manual}' *note title:
+()(pman)anode. '@ref{(pman)anode,,title, file name, manual}' *note
+title: (file name)(pman)anode. '@ref{(pman)anode,,,file name,manual}'
 *note (file name)(pman)anode::
 
-   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
-(file name)chapter. ‘@inforef{chapter}’ *note chapter::
-‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
-‘@inforef{chapter,,file name}’ *note (file name)chapter::
-‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
-name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
-name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
-(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
-arg}’ *note cross ref name: (file name, spurious arg)chapter.
+   '@inforef{chapter, cross ref name, file name}' *note cross ref name:
+(file name)chapter. '@inforef{chapter}' *note chapter::
+'@inforef{chapter, cross ref name}' *note cross ref name: chapter.
+'@inforef{chapter,,file name}' *note (file name)chapter::
+'@inforef{node, cross ref name, file name}' *note cross ref name: (file
+name)node. '@inforef{node}' *note node:: '@inforef{node, cross ref
+name}' *note cross ref name: node. '@inforef{node,,file name}' *note
+(file name)node:: '@inforef{chapter, cross ref name, file name, spurious
+arg}' *note cross ref name: (file name, spurious arg)chapter.
 
-   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
-in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+   '@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}' *note a , in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘*note chapter::’.
+   '*note chapter::'.
 
    *note cross ref with uref uref1 (href://http/myhost.com/index.html):
 (info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
@@ -1909,12 +1909,12 @@ _b_
      l-ine
 
      Title
-‘a--code’
+'a--code'
      Value-table code
 
      Title
-‘a--samp’
-‘a2--samp’
+'a--samp'
+'a2--samp'
      Value-table samp
 
    c-artouche
@@ -1961,11 +1961,11 @@ subheading
 subsubheading
 .............
 
-‘@acronym{--a,an accronym @comma{} @enddots{}}’ -a (an accronym , ...)
-‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É-. ,A.
-(Étude-, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É-. ,A.
+'@acronym{--a,an accronym @comma{} @enddots{}}' -a (an accronym , ...)
+'@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }' É-. ,A.
+(Étude-, Autonome) '@abbr{@'E--. @comma{}A.}' É-. ,A.
 
-   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+   '@math{--a@minus{} {\frac{1}{2}}}' --a- {\frac{1}{2}}
 
    Somehow invalid use of @,:
 @, ̧
@@ -1975,45 +1975,45 @@ subsubheading
 @' ́
 @'@"u ́ü
 
-   ‘@|’
+   '@|'
 
-   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+   @dotless{truc} truc @dotless{ij} ij '@dotless{--a}' -a '@dotless{a}'
 a
 
    @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
 @U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
 U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
 
-   @TeX, but without brace TeX ‘@#’ #
+   @TeX, but without brace TeX '@#' #
 
-   ‘@w{--a}’ -a
+   '@w{--a}' -a
 
-   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+   '@image{,1--xt}'  '@image{,,2--xt}'  '@image{,,,3--xt}' 
 
-   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+   '@image{f-ile,aze,,a--lt}' [a-lt] '@image{f-ile,,,alt@verb{:jk _" %}}' 
[altjk _" %@]
 
-   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
-aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+   '@image{f--ile}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,,alt}' [image src="f--ile.png" alt="alt" text="ggg
+aaa"] '@image{f--ile,,,,.e-d-xt}'
 [image src="f--ile.e--xt" text="ggg
-aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
-aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,l--i}' [image src="f--ile.png" text="ggg
+aaa"] '@image{f--ile,,l--e}' [image src="f--ile.png" text="ggg
 aaa"]
-‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
-aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+'@image{f--ile,aze,az,alt,.e--xt}' [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] '@image{f--ile,aze,az,alt,' [image src="f--ile.png" alt="alt" 
text="ggg
 aaa"]
-‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+'@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}' [alt]
 
-   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+   '@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}' [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
 aaa"]
-‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+'@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}' [altjk _" %@]
 
 ü Ü ñ â é ō ì é Ḕ
 Ḉ Ḉ a̋ ȧ å a͡
 ă ǎ
  ? .
 
-TeX LaTeX ⋆ å ® °
+TeX LaTeX -!- å (R) °
 
 t
 
@@ -2021,8 +2021,8 @@ t
 
    __ after emph e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      without brace w a-b
      without brace w c-d
@@ -2054,38 +2054,38 @@ b
 
    g-roupe
 
-   ‘@ref{node}’ *note node::
-
-   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
-title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
-*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
-‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
-(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
-ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
-name,,file name}’ *note cross ref name: (file name)node.
-‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
-‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
-name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
-name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
-cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
-title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
-‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
-name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
-‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
-name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
-name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
-ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title, file name, manual}’ *note cross ref name: (file name).
-‘@ref{,,title,file name}’ *note title: (file name).
-‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
-manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+   '@ref{node}' *note node::
+
+   '@ref{,cross ref name}' *note cross ref name: . '@ref{,,title}' *note
+title: . '@ref{,,,file name}' *note (file name):: '@ref{,,,,manual}'
+*note ():: '@ref{node,cross ref name}' *note cross ref name: node.
+'@ref{node,,title}' *note title: node. '@ref{node,,,file name}' *note
+(file name)node:: '@ref{node,,,,manual}' *note ()node:: '@ref{node,cross
+ref name,title,}' *note cross ref name: node. '@ref{node,cross ref
+name,,file name}' *note cross ref name: (file name)node.
+'@ref{node,cross ref name,,,manual}' *note cross ref name: ()node.
+'@ref{node,cross ref name,title,file name}' *note cross ref name: (file
+name)node. '@ref{node,cross ref name,title,,manual}' *note cross ref
+name: ()node. '@ref{node,cross ref name,title, file name, manual}' *note
+cross ref name: (file name)node. '@ref{node,,title,file name}' *note
+title: (file name)node. '@ref{node,,title,,manual}' *note title: ()node.
+'@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{node,,title, file name, manual}' *note title: (file
+name)node. '@ref{node,,,file name,manual}' *note (file name)node::
+'@ref{,cross ref name,title,}' *note cross ref name: . '@ref{,cross ref
+name,,file name}' *note cross ref name: (file name). '@ref{,cross ref
+name,,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title,file name}' *note cross ref name: (file name). '@ref{,cross
+ref name,title,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title, file name, manual}' *note cross ref name: (file name).
+'@ref{,,title,file name}' *note title: (file name).
+'@ref{,,title,,manual}' *note title: (). '@ref{,,title, file name,
+manual}' *note title: (file name). '@ref{,,,file name,manual}' *note
 (file name)::
 
-   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
-name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
-cross ref name: (file name). ‘@inforef{}’ *note ::
+   '@inforef{,cross ref name }' *note cross ref name: . '@inforef{,,file
+name}' *note (file name):: '@inforef{,cross ref name, file name}' *note
+cross ref name: (file name). '@inforef{}' *note ::
 
    In example.
 
@@ -2187,17 +2187,17 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      @TeX TeX
      @LaTeX LaTeX
-     @bullet • (•)
-     @copyright © (©)
+     @bullet * (•)
+     @copyright (C) (©)
      @dots ... (…)
      @enddots ...
-     @equiv ≡ (≡)
-     @error error→
-     @expansion ↦ (↦)
-     @minus − (−)
-     @point ⋆ (⋆)
-     @print ⊣ (⊣)
-     @result ⇒ (⇒)
+     @equiv == (≡)
+     @error error->
+     @expansion ==> (↦)
+     @minus - (−)
+     @point -!- (⋆)
+     @print -| (⊣)
+     @result => (⇒)
      @today a sunny day
 
      @aa å (å)
@@ -2219,14 +2219,14 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @exclamdown ¡ (¡)
      @questiondown ¿ (¿)
      @pounds £ (£)
-     @registeredsymbol ® (®)
+     @registeredsymbol (R) (®)
      @ordf ª (ª)
      @ordm º (º)
      @comma , (,)
-     @quotedblleft “ (“)
-     @quotedblright ” (”)
-     @quoteleft ‘ (‘)
-     @quoteright ’ (’)
+     @quotedblleft " (“)
+     @quotedblright " (”)
+     @quoteleft ` (‘)
+     @quoteright ' (’)
      @quotedblbase „ („)
      @quotesinglbase ‚ (‚)
      @guillemetleft « («)
@@ -2238,7 +2238,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      @textdegree ° (°)
      @euro € (€)
-     @arrow → (→)
+     @arrow -> (→)
      @leq ≤ (≤)
      @geq ≥ (≥)
      @tie a b
@@ -2249,10 +2249,10 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @abbr{@'E--. @comma{}A.} É--. ,A.
      @asis{--a} --a
      @b{--a} --a
-     @cite{--a} ‘--a’
+     @cite{--a} '--a'
      @code{--a} --a
      @command{--a} --a
-     @dfn{--a} “--a”
+     @dfn{--a} "--a"
      @dmn{--a} --a
      @email{--a,--b} --b <--a>
      @email{,--b} --b
@@ -2263,10 +2263,10 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @i{--a} --a
      @kbd{--a} --a
      @key{--a} <--a>
-     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} −
+     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} -
      @option{--a} --a
      @r{--a} -a
-     @samp{--a} ‘--a’
+     @samp{--a} '--a'
      @sc{--a} --A
      @strong{--a} *--a*
      @t{--a} --a
@@ -2275,7 +2275,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @titlefont{--a}
      -a
      **
-     @indicateurl{--a} ‘--a’
+     @indicateurl{--a} '--a'
      @uref{--a,--b} --b (--a)
      @uref{--a} <--a>
      @uref{,--b} --b
@@ -2303,9 +2303,9 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      need 1002
 
-     @clicksequence{click @click{} A} click → A
-     After clickstyle ⇒
-     @clicksequence{click @click{} A} click ⇒ A
+     @clicksequence{click @click{} A} click -> A
+     After clickstyle =>
+     @clicksequence{click @click{} A} click => A
 
 
      disp--laymath
@@ -2322,40 +2322,40 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
             ! @ } {
      a sunny day
 
-     →
+     ->
      u
-     • © ... ... ≡
-     error→ ↦ − ⊣ ⇒
+     * (C) ... ... ==
+     error-> ==> - -| =>
      Å æ œ Æ Œ ø Ø ß ł Ł Ð
      Þ ð þ ¡ ¿ £
      ª º ,
 
-     “ ”
-     ‘ ’ „ ‚ «
+     " "
+     ` ' „ ‚ «
      » « » ‹
-     › € → ≤ ≥
+     › € -> ≤ ≥
 
      b i r SC sansserif slanted
 
      default kbdinputstyle
-     ‘vtable i--tem default kbdinputstyle’
+     'vtable i--tem default kbdinputstyle'
           in example default kbdinputstyle
-          ‘vtable i--tem in example default kbdinputstyle’
+          'vtable i--tem in example default kbdinputstyle'
 
      code kbdinputstyle
-     ‘vtable i--tem code kbdinputstyle’
+     'vtable i--tem code kbdinputstyle'
           in example code kbdinputstyle
-          ‘vtable i--tem in example code kbdinputstyle’
+          'vtable i--tem in example code kbdinputstyle'
 
      example kbdinputstyle
-     ‘vtable i--tem example kbdinputstyle’
+     'vtable i--tem example kbdinputstyle'
           in example example kbdinputstyle
-          ‘vtable i--tem in example example kbdinputstyle’
+          'vtable i--tem in example example kbdinputstyle'
 
      distinct kbdinputstyle
-     ‘vtable i--tem distinct kbdinputstyle’
+     'vtable i--tem distinct kbdinputstyle'
           in example distinct kbdinputstyle
-          ‘vtable i--tem in example distinct kbdinputstyle’
+          'vtable i--tem in example distinct kbdinputstyle'
 
           A quot---ation
 
@@ -2410,18 +2410,18 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
           something, other thing: something, other thing
 
-        • i--temize
+        * i--temize
 
         + i--tem +
 
-        • b--ullet
+        * b--ullet
 
-        − minu--s
+        - minu--s
 
         _after emph_ e--mph item
 
-        • a-n itemize line i--tem 1
-        • a-n itemize line i--tem 2
+        * a-n itemize line i--tem 1
+        * a-n itemize line i--tem 2
 
           with w a--b
           with w c--d
@@ -2711,7 +2711,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      *note a , in cross
      ref: (a comma, in file)s--ect,ion.
 
-     ‘*note chapter::’.
+     '*note chapter::'.
 
      *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
      *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
chapter.
@@ -2728,12 +2728,12 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
           l--ine
 
           Title
-     ‘a--code’
+     'a--code'
           Value--table code
 
           Title
-     ‘a--samp’
-     ‘a2--samp’
+     'a--samp'
+     'a2--samp'
           Value--table samp
 
      c--artouche
@@ -2796,7 +2796,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} } É--. ,A. 
(Étude--, Autonome)
      @abbr{@'E--. @comma{}A.} É--. ,A.
 
-     @math{--a@minus{} {\frac{1}{2}}} --a− {\frac{1}{2}}
+     @math{--a@minus{} {\frac{1}{2}}} --a- {\frac{1}{2}}
 
 
 
@@ -2865,7 +2865,7 @@ aaa"]
      ă ǎ
       ? .
 
-     TeX LaTeX ⋆ å ® °
+     TeX LaTeX -!- å (R) °
 
      t
 
@@ -2873,8 +2873,8 @@ aaa"]
 
         __ after emph e--mph item
 
-        • a-n itemize line i--tem 1
-        • a-n itemize line i--tem 2
+        * a-n itemize line i--tem 1
+        * a-n itemize line i--tem 2
 
           without brace w a--b
           without brace w c--d
@@ -3630,22 +3630,22 @@ chapter 2
 
 
 Tag Table:
-Node: Top20028
-Node: chapter20213
-Ref: chapter-Footnote-1102199
-Ref: chapter-Footnote-2102219
-Ref: chapter-Footnote-3102240
-Ref: chapter-Footnote-4102260
-Ref: chapter-Footnote-5102281
-Ref: chapter-Footnote-6102301
-Ref: chapter-Footnote-7102322
-Ref: chapter-Footnote-8102360
-Node: s--ect,ion102380
-Node: subsection102583
-Ref: anchor102764
-Node: subsubsection ``simple-double--102764
-Node: subsubsection three---four----''102964
-Node: chapter2103136
+Node: Top19095
+Node: chapter19280
+Ref: chapter-Footnote-199310
+Ref: chapter-Footnote-299330
+Ref: chapter-Footnote-399351
+Ref: chapter-Footnote-499371
+Ref: chapter-Footnote-599392
+Ref: chapter-Footnote-699412
+Ref: chapter-Footnote-799433
+Ref: chapter-Footnote-899471
+Node: s--ect,ion99491
+Node: subsection99694
+Ref: anchor99875
+Node: subsubsection ``simple-double--99875
+Node: subsubsection three---four----''100075
+Node: chapter2100247
 
 End Tag Table
 
diff --git 
a/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.txt
 
b/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.txt
index b0101631dc..dbf42d5d4c 100644
--- 
a/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.txt
+++ 
b/tp/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.txt
@@ -19,30 +19,30 @@ noindent in para.
    < > " & ' '
 
    "simple-double-three--four---"
-code: ‘``simple-double--three---four----''’
+code: '``simple-double--three---four----'''
 asis: "simple-double-three--four---"
 strong: *"simple-double-three--four---"*
-kbd: ‘``simple-double--three---four----''’
+kbd: '``simple-double--three---four----'''
 
    ''simple-double--three--four---''
 
    @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @'e é (é) @=o ō (ō) @'i ì
 (ì) @'{e} é (é) @'{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
-(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
-‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
-(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+(ȷ) '@H{a}' a̋ '@dotaccent{a}' ȧ (ȧ) '@ringaccent{a}' å (å)
+'@tieaccent{a}' a͡ '@u{a}' ă (ă) '@ubaraccent{a}' a̲ '@udotaccent{a}' ạ
+(ạ) '@v{a}' ǎ (ǎ) @,c ç (ç) '@,{c}' ç (ç) '@ogonek{a}' ą (ą)
 
    @'{@=E} Ḕ @l{} ł @,{@'C} Ḉ @,c@"u çü
 
-   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
-‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
-‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+   '@H{--a}' -a̋ '@dotaccent{--a}' -ȧ '@ringaccent{--a}' -å
+'@tieaccent{--a}' -a͡ '@u{--a}' -ă '@ubaraccent{--a}' -a̲
+'@udotaccent{--a}' -ạ '@v{--a}' -ǎ '@,{--c}' -ç '@ogonek{--a}' -ą
 
    @U{0075} u
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
- ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+ '@-' '@:' '@!' !  '@?' ?  '@.' .  '@&' & '@@' @ '@}' } '@{' { '@/'
 
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
@@ -50,55 +50,55 @@ Now !  !@ but , ,
    @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
 @lbracechar { ({) @rbracechar } (})
 
-   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
-@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
-@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+   @TeX TeX @LaTeX LaTeX @bullet * (•) @copyright (C) (©) @dots ... (…)
+@enddots ...  @equiv == (≡) @error error-> @expansion ==> (↦) @minus -
+(−) @point -!- (⋆) @print -| (⊣) @result => (⇒) @today a sunny day
 
    @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
 @O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
 (þ)
 
    @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
-@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
-@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+@registeredsymbol (R) (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft " (“) @quotedblright " (”) @quoteleft ` (‘) @quoteright '
 (’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
 @guillemetright » (») @guillemotleft « («) @guillemotright » (»)
 @guilsinglleft ‹ (‹) @guilsinglright › (›)
 
-   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
-a b
-
-   ‘@acronym{--a,an accronym}’ -a (an accronym) ‘@acronym{--a}’ -a
-‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É-. ,A. (Étude Autonome)
-‘@abbr{@'E--. @comma{}A.}’ É-. ,A. ‘@asis{--a}’ -a ‘@b{--a}’ -a
-‘@cite{--a}’ ‘-a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
-“-a” ‘@dmn{--a}’ -a ‘@email{--a,--b}’ -b <--a> ‘@email{,--b}’ -b
-‘@email{--a}’ <--a> ‘@emph{--a}’ _-a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
-‘--a’ ‘@i{--a}’ -a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
-{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
-‘@r{--a}’ -a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ -A ‘@strong{--a}’ *-a*
-‘@t{--a}’ --a ‘@sansserif{--a}’ -a ‘@slanted{--a}’ -a ‘@titlefont{--a}’
+   @textdegree ° (°) @euro € (€) @arrow -> (→) @leq ≤ (≤) @geq ≥ (≥)
+@tie a b
+
+   '@acronym{--a,an accronym}' -a (an accronym) '@acronym{--a}' -a
+'@abbr{@'E--. @comma{}A., @'Etude Autonome }' É-. ,A. (Étude Autonome)
+'@abbr{@'E--. @comma{}A.}' É-. ,A. '@asis{--a}' -a '@b{--a}' -a
+'@cite{--a}' '-a' '@code{--a}' '--a' '@command{--a}' '--a' '@dfn{--a}'
+"-a" '@dmn{--a}' -a '@email{--a,--b}' -b <--a> '@email{,--b}' -b
+'@email{--a}' <--a> '@emph{--a}' _-a_ '@env{--a}' '--a' '@file{--a}'
+'--a' '@i{--a}' -a '@kbd{--a}' '--a' '@key{--a}' <--a> '@math{--a
+{\frac{1}{2}} @minus{}}' --a {\frac{1}{2}} - '@option{--a}' '--a'
+'@r{--a}' -a '@samp{--a}' '--a' '@sc{--a}' -A '@strong{--a}' *-a*
+'@t{--a}' --a '@sansserif{--a}' -a '@slanted{--a}' -a '@titlefont{--a}'
 -a
 **
-   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ -b (--a) ‘@uref{--a}’
-<--a> ‘@uref{,--b}’ -b ‘@uref{--a,--b,--c}’ -c ‘@uref{,--b,--c}’ -c
-‘@uref{--a,,--c}’ -c ‘@uref{,,--c}’ -c ‘@url{--a,--b}’ -b (--a)
-‘@url{--a,}’ <--a> ‘@url{,--b}’ -b ‘@var{--a}’ -A ‘@verb{:--a:}’ --a
-‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
-a a a a a a a a a a a a a a a a a a a a a a a a a}’
+   '@indicateurl{--a}' '--a' '@uref{--a,--b}' -b (--a) '@uref{--a}'
+<--a> '@uref{,--b}' -b '@uref{--a,--b,--c}' -c '@uref{,--b,--c}' -c
+'@uref{--a,,--c}' -c '@uref{,,--c}' -c '@url{--a,--b}' -b (--a)
+'@url{--a,}' <--a> '@url{,--b}' -b '@var{--a}' -A '@verb{:--a:}' --a
+'@verb{:a < & @ % " -- b:}' a  < & @ % " --    b '@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}'
 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
-‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
-footnote2}’ (2)
+'a@sup{h}@sub{l}' a^{h}_{l} '@footnote{in footnote}' (1) '@footnote{in
+footnote2}' (2)
 
-   ‘@sp 2’
+   '@sp 2'
 
 
-   ‘@page’
+   '@page'
 
-   ‘need 1002’
+   'need 1002'
 
-   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
-‘@clicksequence{click @click{} A}’ click ⇒ A
+   '@clicksequence{click @click{} A}' click -> A After clickstyle =>
+'@clicksequence{click @click{} A}' click => A
 
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -114,40 +114,40 @@ a̲ ạ ą a^{h}_{l}
        ! @ } {
 a sunny day
 
-→
+->
 u
-• © ... ... ≡
-error→ ↦ − ⊣ ⇒
+* (C) ... ... ==
+error-> ==> - -| =>
 Å æ œ Æ Œ ø Ø ß ł Ł Ð
 Þ ð þ ¡ ¿ £
 ª º ,
 
-“ ”
-‘ ’ „ ‚ «
+" "
+` ' „ ‚ «
 » « » ‹
-› € → ≤ ≥
+› € -> ≤ ≥
 
 b i r SC sansserif slanted
 
-   ‘default kbdinputstyle’
-‘vtable i--tem default kbdinputstyle’
+   'default kbdinputstyle'
+'vtable i--tem default kbdinputstyle'
      in example default kbdinputstyle
-     ‘vtable i--tem in example default kbdinputstyle’
+     'vtable i--tem in example default kbdinputstyle'
 
-   ‘code kbdinputstyle’
-‘vtable i--tem code kbdinputstyle’
+   'code kbdinputstyle'
+'vtable i--tem code kbdinputstyle'
      in example code kbdinputstyle
-     ‘vtable i--tem in example code kbdinputstyle’
+     'vtable i--tem in example code kbdinputstyle'
 
-   ‘example kbdinputstyle’
-‘vtable i--tem example kbdinputstyle’
+   'example kbdinputstyle'
+'vtable i--tem example kbdinputstyle'
      in example example kbdinputstyle
-     ‘vtable i--tem in example example kbdinputstyle’
+     'vtable i--tem in example example kbdinputstyle'
 
-   ‘distinct kbdinputstyle’
-‘vtable i--tem distinct kbdinputstyle’
+   'distinct kbdinputstyle'
+'vtable i--tem distinct kbdinputstyle'
      in example distinct kbdinputstyle
-     ‘vtable i--tem in example distinct kbdinputstyle’
+     'vtable i--tem in example distinct kbdinputstyle'
 
      A quot--ation
 
@@ -201,18 +201,18 @@ and following
 
      something, other thing: something, other thing
 
-   • i-temize
+   * i-temize
 
    + i-tem +
 
-   • b-ullet
+   * b-ullet
 
-   − minu-s
+   - minu-s
 
    _after emph_ e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      with w a-b
      with w c-d
@@ -275,7 +275,7 @@ exdented two
 
      s--mallexample
 
-   ‘@noindent’ after smallexample.
+   '@noindent' after smallexample.
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 Less recent versions are also present.
@@ -435,70 +435,70 @@ s-mallformat
  -- fun2: arg2
      fff2
 
-   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
-ma---nual@@}’ *Note cross r--ef name@: (file n---ame@)c---hapter@.
-‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
-ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
-file name, manual}’ *note cross ref name: (file name)chapter.
-‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+   '@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}' *Note cross r--ef name@: (file n---ame@)c---hapter@.
+'@ref{chapter, cross ref name, title, file name, manual}' *note cross
+ref name: (file name)chapter. '@pxref{chapter, cross ref name, title,
+file name, manual}' *note cross ref name: (file name)chapter.
+'@inforef{chapter, cross ref name, file name}' *note cross ref name:
 (file name)chapter.
 
-   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
-‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+   '@ref{chapter}' *note chapter:: '@xref{chapter}' *Note chapter::.
+'@pxref{chapter}' *note chapter:: '@ref{s--ect@comma{}ion}' *note
 s--ect,ion::
 
-   ‘@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
-title, a comma@comma{} in file, a @comma{} in manual name }’ *note a ,
+   '@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
+title, a comma@comma{} in file, a @comma{} in manual name }' *note a ,
 in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
-‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
-*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
-‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
-‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
-name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
-name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
-cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
-name,title,,manual}’ *note cross ref name: ()chapter.
-‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
-name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
-(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
-()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+   '@ref{chapter,cross ref name}' *note cross ref name: chapter.
+'@ref{chapter,,title}' *note title: chapter. '@ref{chapter,,,file name}'
+*note (file name)chapter:: '@ref{chapter,,,,manual}' *note ()chapter::
+'@ref{chapter,cross ref name,title,}' *note cross ref name: chapter.
+'@ref{chapter,cross ref name,,file name}' *note cross ref name: (file
+name)chapter. '@ref{chapter,cross ref name,,,manual}' *note cross ref
+name: ()chapter. '@ref{chapter,cross ref name,title,file name}' *note
+cross ref name: (file name)chapter. '@ref{chapter,cross ref
+name,title,,manual}' *note cross ref name: ()chapter.
+'@ref{chapter,cross ref name,title, file name, manual}' *note cross ref
+name: (file name)chapter. '@ref{chapter,,title,file name}' *note title:
+(file name)chapter. '@ref{chapter,,title,,manual}' *note title:
+()chapter. '@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{chapter,,,file name,manual}' *note (file
 name)chapter::
 
-   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
-‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
-‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
-‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
-‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
-(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
-ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
-name,,,manual}’ *note cross ref name: ()(pman)anode.
-‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
-(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
-*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
-name,title, file name, manual}’ *note cross ref name: (file
-name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
-(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
-()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
-title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+   '@ref{(pman)anode,cross ref name}' *note cross ref name: (pman)anode.
+'@ref{(pman)anode,,title}' *note title: (pman)anode.
+'@ref{(pman)anode,,,file name}' *note (file name)(pman)anode::
+'@ref{(pman)anode,,,,manual}' *note ()(pman)anode::
+'@ref{(pman)anode,cross ref name,title,}' *note cross ref name:
+(pman)anode. '@ref{(pman)anode,cross ref name,,file name}' *note cross
+ref name: (file name)(pman)anode. '@ref{(pman)anode,cross ref
+name,,,manual}' *note cross ref name: ()(pman)anode.
+'@ref{(pman)anode,cross ref name,title,file name}' *note cross ref name:
+(file name)(pman)anode. '@ref{(pman)anode,cross ref name,title,,manual}'
+*note cross ref name: ()(pman)anode. '@ref{(pman)anode,cross ref
+name,title, file name, manual}' *note cross ref name: (file
+name)(pman)anode. '@ref{(pman)anode,,title,file name}' *note title:
+(file name)(pman)anode. '@ref{(pman)anode,,title,,manual}' *note title:
+()(pman)anode. '@ref{(pman)anode,,title, file name, manual}' *note
+title: (file name)(pman)anode. '@ref{(pman)anode,,,file name,manual}'
 *note (file name)(pman)anode::
 
-   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
-(file name)chapter. ‘@inforef{chapter}’ *note chapter::
-‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
-‘@inforef{chapter,,file name}’ *note (file name)chapter::
-‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
-name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
-name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
-(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
-arg}’ *note cross ref name: (file name, spurious arg)chapter.
+   '@inforef{chapter, cross ref name, file name}' *note cross ref name:
+(file name)chapter. '@inforef{chapter}' *note chapter::
+'@inforef{chapter, cross ref name}' *note cross ref name: chapter.
+'@inforef{chapter,,file name}' *note (file name)chapter::
+'@inforef{node, cross ref name, file name}' *note cross ref name: (file
+name)node. '@inforef{node}' *note node:: '@inforef{node, cross ref
+name}' *note cross ref name: node. '@inforef{node,,file name}' *note
+(file name)node:: '@inforef{chapter, cross ref name, file name, spurious
+arg}' *note cross ref name: (file name, spurious arg)chapter.
 
-   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
-in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+   '@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}' *note a , in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘*note chapter::’.
+   '*note chapter::'.
 
    *note cross ref with uref uref1 (href://http/myhost.com/index.html):
 (info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
@@ -517,12 +517,12 @@ _b_
      l-ine
 
      Title
-‘a--code’
+'a--code'
      Value-table code
 
      Title
-‘a--samp’
-‘a2--samp’
+'a--samp'
+'a2--samp'
      Value-table samp
 
    c-artouche
@@ -569,11 +569,11 @@ subheading
 subsubheading
 .............
 
-‘@acronym{--a,an accronym @comma{} @enddots{}}’ -a (an accronym , ...)
-‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É-. ,A.
-(Étude-, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É-. ,A.
+'@acronym{--a,an accronym @comma{} @enddots{}}' -a (an accronym , ...)
+'@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }' É-. ,A.
+(Étude-, Autonome) '@abbr{@'E--. @comma{}A.}' É-. ,A.
 
-   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+   '@math{--a@minus{} {\frac{1}{2}}}' --a- {\frac{1}{2}}
 
    Somehow invalid use of @,:
 @, ̧
@@ -583,45 +583,45 @@ subsubheading
 @' ́
 @'@"u ́ü
 
-   ‘@|’
+   '@|'
 
-   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+   @dotless{truc} truc @dotless{ij} ij '@dotless{--a}' -a '@dotless{a}'
 a
 
    @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
 @U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
 U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
 
-   @TeX, but without brace TeX ‘@#’ #
+   @TeX, but without brace TeX '@#' #
 
-   ‘@w{--a}’ -a
+   '@w{--a}' -a
 
-   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+   '@image{,1--xt}'  '@image{,,2--xt}'  '@image{,,,3--xt}' 
 
-   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+   '@image{f-ile,aze,,a--lt}' [a-lt] '@image{f-ile,,,alt@verb{:jk _" %}}' 
[altjk _" %@]
 
-   ‘@image{f--ile}’ ggg
-aaa ‘@image{f--ile,,,alt}’ ggg
-aaa ‘@image{f--ile,,,,.e-d-xt}’
+   '@image{f--ile}' ggg
+aaa '@image{f--ile,,,alt}' ggg
+aaa '@image{f--ile,,,,.e-d-xt}'
 ggg
-aaa ‘@image{f--ile,l--i}’ ggg
-aaa ‘@image{f--ile,,l--e}’ ggg
+aaa '@image{f--ile,l--i}' ggg
+aaa '@image{f--ile,,l--e}' ggg
 aaa
-‘@image{f--ile,aze,az,alt,.e--xt}’ ggg
-aaa ‘@image{f--ile,aze,az,alt,’ ggg
+'@image{f--ile,aze,az,alt,.e--xt}' ggg
+aaa '@image{f--ile,aze,az,alt,' ggg
 aaa
-‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+'@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}' [alt]
 
-   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ ggg
+   '@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}' ggg
 aaa
-‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+'@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}' [altjk _" %@]
 
 ü Ü ñ â é ō ì é Ḕ
 Ḉ Ḉ a̋ ȧ å a͡
 ă ǎ
  ? .
 
-TeX LaTeX ⋆ å ® °
+TeX LaTeX -!- å (R) °
 
 t
 
@@ -629,8 +629,8 @@ t
 
    __ after emph e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      without brace w a-b
      without brace w c-d
@@ -662,68 +662,68 @@ b
 
    g-roupe
 
-   ‘@ref{node}’ *note node::
-
-   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
-title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
-*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
-‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
-(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
-ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
-name,,file name}’ *note cross ref name: (file name)node.
-‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
-‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
-name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
-name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
-cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
-title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
-‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
-name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
-‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
-name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
-name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
-ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title, file name, manual}’ *note cross ref name: (file name).
-‘@ref{,,title,file name}’ *note title: (file name).
-‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
-manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+   '@ref{node}' *note node::
+
+   '@ref{,cross ref name}' *note cross ref name: . '@ref{,,title}' *note
+title: . '@ref{,,,file name}' *note (file name):: '@ref{,,,,manual}'
+*note ():: '@ref{node,cross ref name}' *note cross ref name: node.
+'@ref{node,,title}' *note title: node. '@ref{node,,,file name}' *note
+(file name)node:: '@ref{node,,,,manual}' *note ()node:: '@ref{node,cross
+ref name,title,}' *note cross ref name: node. '@ref{node,cross ref
+name,,file name}' *note cross ref name: (file name)node.
+'@ref{node,cross ref name,,,manual}' *note cross ref name: ()node.
+'@ref{node,cross ref name,title,file name}' *note cross ref name: (file
+name)node. '@ref{node,cross ref name,title,,manual}' *note cross ref
+name: ()node. '@ref{node,cross ref name,title, file name, manual}' *note
+cross ref name: (file name)node. '@ref{node,,title,file name}' *note
+title: (file name)node. '@ref{node,,title,,manual}' *note title: ()node.
+'@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{node,,title, file name, manual}' *note title: (file
+name)node. '@ref{node,,,file name,manual}' *note (file name)node::
+'@ref{,cross ref name,title,}' *note cross ref name: . '@ref{,cross ref
+name,,file name}' *note cross ref name: (file name). '@ref{,cross ref
+name,,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title,file name}' *note cross ref name: (file name). '@ref{,cross
+ref name,title,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title, file name, manual}' *note cross ref name: (file name).
+'@ref{,,title,file name}' *note title: (file name).
+'@ref{,,title,,manual}' *note title: (). '@ref{,,title, file name,
+manual}' *note title: (file name). '@ref{,,,file name,manual}' *note
 (file name)::
 
-   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
-name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
-cross ref name: (file name). ‘@inforef{}’ *note ::
+   '@inforef{,cross ref name }' *note cross ref name: . '@inforef{,,file
+name}' *note (file name):: '@inforef{,cross ref name, file name}' *note
+cross ref name: (file name). '@inforef{}' *note ::
 
    Normal text
 
    < > " & ' '
 
    "simple-double-three--four---"
-code: ‘``simple-double--three---four----''’
+code: '``simple-double--three---four----'''
 asis: "simple-double-three--four---"
 strong: *"simple-double-three--four---"*
-kbd: ‘``simple-double--three---four----''’
+kbd: '``simple-double--three---four----'''
 
    ''simple-double--three--four---''
 
    @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @'e é (é) @=o ō (ō) @'i ì
 (ì) @'{e} é (é) @'{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
-(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
-‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
-(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+(ȷ) '@H{a}' a̋ '@dotaccent{a}' ȧ (ȧ) '@ringaccent{a}' å (å)
+'@tieaccent{a}' a͡ '@u{a}' ă (ă) '@ubaraccent{a}' a̲ '@udotaccent{a}' ạ
+(ạ) '@v{a}' ǎ (ǎ) @,c ç (ç) '@,{c}' ç (ç) '@ogonek{a}' ą (ą)
 
    @'{@=E} Ḕ @l{} ł @,{@'C} Ḉ @,c@"u çü
 
-   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
-‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
-‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+   '@H{--a}' -a̋ '@dotaccent{--a}' -ȧ '@ringaccent{--a}' -å
+'@tieaccent{--a}' -a͡ '@u{--a}' -ă '@ubaraccent{--a}' -a̲
+'@udotaccent{--a}' -ạ '@v{--a}' -ǎ '@,{--c}' -ç '@ogonek{--a}' -ą
 
    @U{0075} u
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
- ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+ '@-' '@:' '@!' !  '@?' ?  '@.' .  '@&' & '@@' @ '@}' } '@{' { '@/'
 
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
@@ -731,55 +731,55 @@ Now !  !@ but , ,
    @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
 @lbracechar { ({) @rbracechar } (})
 
-   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
-@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
-@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+   @TeX TeX @LaTeX LaTeX @bullet * (•) @copyright (C) (©) @dots ... (…)
+@enddots ...  @equiv == (≡) @error error-> @expansion ==> (↦) @minus -
+(−) @point -!- (⋆) @print -| (⊣) @result => (⇒) @today a sunny day
 
    @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
 @O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
 (þ)
 
    @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
-@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
-@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+@registeredsymbol (R) (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft " (“) @quotedblright " (”) @quoteleft ` (‘) @quoteright '
 (’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
 @guillemetright » (») @guillemotleft « («) @guillemotright » (»)
 @guilsinglleft ‹ (‹) @guilsinglright › (›)
 
-   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
-a b
-
-   ‘@acronym{--a,an accronym}’ -a (an accronym) ‘@acronym{--a}’ -a
-‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É-. ,A. (Étude Autonome)
-‘@abbr{@'E--. @comma{}A.}’ É-. ,A. ‘@asis{--a}’ -a ‘@b{--a}’ -a
-‘@cite{--a}’ ‘-a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
-“-a” ‘@dmn{--a}’ -a ‘@email{--a,--b}’ -b <--a> ‘@email{,--b}’ -b
-‘@email{--a}’ <--a> ‘@emph{--a}’ _-a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
-‘--a’ ‘@i{--a}’ -a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
-{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
-‘@r{--a}’ -a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ -A ‘@strong{--a}’ *-a*
-‘@t{--a}’ --a ‘@sansserif{--a}’ -a ‘@slanted{--a}’ -a ‘@titlefont{--a}’
+   @textdegree ° (°) @euro € (€) @arrow -> (→) @leq ≤ (≤) @geq ≥ (≥)
+@tie a b
+
+   '@acronym{--a,an accronym}' -a (an accronym) '@acronym{--a}' -a
+'@abbr{@'E--. @comma{}A., @'Etude Autonome }' É-. ,A. (Étude Autonome)
+'@abbr{@'E--. @comma{}A.}' É-. ,A. '@asis{--a}' -a '@b{--a}' -a
+'@cite{--a}' '-a' '@code{--a}' '--a' '@command{--a}' '--a' '@dfn{--a}'
+"-a" '@dmn{--a}' -a '@email{--a,--b}' -b <--a> '@email{,--b}' -b
+'@email{--a}' <--a> '@emph{--a}' _-a_ '@env{--a}' '--a' '@file{--a}'
+'--a' '@i{--a}' -a '@kbd{--a}' '--a' '@key{--a}' <--a> '@math{--a
+{\frac{1}{2}} @minus{}}' --a {\frac{1}{2}} - '@option{--a}' '--a'
+'@r{--a}' -a '@samp{--a}' '--a' '@sc{--a}' -A '@strong{--a}' *-a*
+'@t{--a}' --a '@sansserif{--a}' -a '@slanted{--a}' -a '@titlefont{--a}'
 -a
 **
-   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ -b (--a) ‘@uref{--a}’
-<--a> ‘@uref{,--b}’ -b ‘@uref{--a,--b,--c}’ -c ‘@uref{,--b,--c}’ -c
-‘@uref{--a,,--c}’ -c ‘@uref{,,--c}’ -c ‘@url{--a,--b}’ -b (--a)
-‘@url{--a,}’ <--a> ‘@url{,--b}’ -b ‘@var{--a}’ -A ‘@verb{:--a:}’ --a
-‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
-a a a a a a a a a a a a a a a a a a a a a a a a a}’
+   '@indicateurl{--a}' '--a' '@uref{--a,--b}' -b (--a) '@uref{--a}'
+<--a> '@uref{,--b}' -b '@uref{--a,--b,--c}' -c '@uref{,--b,--c}' -c
+'@uref{--a,,--c}' -c '@uref{,,--c}' -c '@url{--a,--b}' -b (--a)
+'@url{--a,}' <--a> '@url{,--b}' -b '@var{--a}' -A '@verb{:--a:}' --a
+'@verb{:a < & @ % " -- b:}' a  < & @ % " --    b '@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}'
 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
-‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (3) ‘@footnote{in
-footnote2}’ (4)
+'a@sup{h}@sub{l}' a^{h}_{l} '@footnote{in footnote}' (3) '@footnote{in
+footnote2}' (4)
 
-   ‘@sp 2’
+   '@sp 2'
 
 
-   ‘@page’
+   '@page'
 
-   ‘need 1002’
+   'need 1002'
 
-   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
-‘@clicksequence{click @click{} A}’ click ⇒ A
+   '@clicksequence{click @click{} A}' click -> A After clickstyle =>
+'@clicksequence{click @click{} A}' click => A
 
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -795,40 +795,40 @@ a̲ ạ ą a^{h}_{l}
        ! @ } {
 a sunny day
 
-→
+->
 u
-• © ... ... ≡
-error→ ↦ − ⊣ ⇒
+* (C) ... ... ==
+error-> ==> - -| =>
 Å æ œ Æ Œ ø Ø ß ł Ł Ð
 Þ ð þ ¡ ¿ £
 ª º ,
 
-“ ”
-‘ ’ „ ‚ «
+" "
+` ' „ ‚ «
 » « » ‹
-› € → ≤ ≥
+› € -> ≤ ≥
 
 b i r SC sansserif slanted
 
-   ‘default kbdinputstyle’
-‘vtable i--tem default kbdinputstyle’
+   'default kbdinputstyle'
+'vtable i--tem default kbdinputstyle'
      in example default kbdinputstyle
-     ‘vtable i--tem in example default kbdinputstyle’
+     'vtable i--tem in example default kbdinputstyle'
 
-   ‘code kbdinputstyle’
-‘vtable i--tem code kbdinputstyle’
+   'code kbdinputstyle'
+'vtable i--tem code kbdinputstyle'
      in example code kbdinputstyle
-     ‘vtable i--tem in example code kbdinputstyle’
+     'vtable i--tem in example code kbdinputstyle'
 
-   ‘example kbdinputstyle’
-‘vtable i--tem example kbdinputstyle’
+   'example kbdinputstyle'
+'vtable i--tem example kbdinputstyle'
      in example example kbdinputstyle
-     ‘vtable i--tem in example example kbdinputstyle’
+     'vtable i--tem in example example kbdinputstyle'
 
-   ‘distinct kbdinputstyle’
-‘vtable i--tem distinct kbdinputstyle’
+   'distinct kbdinputstyle'
+'vtable i--tem distinct kbdinputstyle'
      in example distinct kbdinputstyle
-     ‘vtable i--tem in example distinct kbdinputstyle’
+     'vtable i--tem in example distinct kbdinputstyle'
 
      A quot--ation
 
@@ -882,18 +882,18 @@ and following
 
      something, other thing: something, other thing
 
-   • i-temize
+   * i-temize
 
    + i-tem +
 
-   • b-ullet
+   * b-ullet
 
-   − minu-s
+   - minu-s
 
    _after emph_ e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      with w a-b
      with w c-d
@@ -956,7 +956,7 @@ exdented two
 
      s--mallexample
 
-   ‘@noindent’ after smallexample.
+   '@noindent' after smallexample.
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
      $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 Less recent versions are also present.
@@ -1116,70 +1116,70 @@ s-mallformat
  -- fun2: arg2
      fff2
 
-   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
-ma---nual@@}’ *Note cross r--ef name@: (file n---ame@)c---hapter@.
-‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
-ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
-file name, manual}’ *note cross ref name: (file name)chapter.
-‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+   '@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}' *Note cross r--ef name@: (file n---ame@)c---hapter@.
+'@ref{chapter, cross ref name, title, file name, manual}' *note cross
+ref name: (file name)chapter. '@pxref{chapter, cross ref name, title,
+file name, manual}' *note cross ref name: (file name)chapter.
+'@inforef{chapter, cross ref name, file name}' *note cross ref name:
 (file name)chapter.
 
-   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
-‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+   '@ref{chapter}' *note chapter:: '@xref{chapter}' *Note chapter::.
+'@pxref{chapter}' *note chapter:: '@ref{s--ect@comma{}ion}' *note
 s--ect,ion::
 
-   ‘@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
-title, a comma@comma{} in file, a @comma{} in manual name }’ *note a ,
+   '@ref{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{} in
+title, a comma@comma{} in file, a @comma{} in manual name }' *note a ,
 in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
-‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
-*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
-‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
-‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
-name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
-name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
-cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
-name,title,,manual}’ *note cross ref name: ()chapter.
-‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
-name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
-(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
-()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+   '@ref{chapter,cross ref name}' *note cross ref name: chapter.
+'@ref{chapter,,title}' *note title: chapter. '@ref{chapter,,,file name}'
+*note (file name)chapter:: '@ref{chapter,,,,manual}' *note ()chapter::
+'@ref{chapter,cross ref name,title,}' *note cross ref name: chapter.
+'@ref{chapter,cross ref name,,file name}' *note cross ref name: (file
+name)chapter. '@ref{chapter,cross ref name,,,manual}' *note cross ref
+name: ()chapter. '@ref{chapter,cross ref name,title,file name}' *note
+cross ref name: (file name)chapter. '@ref{chapter,cross ref
+name,title,,manual}' *note cross ref name: ()chapter.
+'@ref{chapter,cross ref name,title, file name, manual}' *note cross ref
+name: (file name)chapter. '@ref{chapter,,title,file name}' *note title:
+(file name)chapter. '@ref{chapter,,title,,manual}' *note title:
+()chapter. '@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{chapter,,,file name,manual}' *note (file
 name)chapter::
 
-   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
-‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
-‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
-‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
-‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
-(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
-ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
-name,,,manual}’ *note cross ref name: ()(pman)anode.
-‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
-(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
-*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
-name,title, file name, manual}’ *note cross ref name: (file
-name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
-(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
-()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
-title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+   '@ref{(pman)anode,cross ref name}' *note cross ref name: (pman)anode.
+'@ref{(pman)anode,,title}' *note title: (pman)anode.
+'@ref{(pman)anode,,,file name}' *note (file name)(pman)anode::
+'@ref{(pman)anode,,,,manual}' *note ()(pman)anode::
+'@ref{(pman)anode,cross ref name,title,}' *note cross ref name:
+(pman)anode. '@ref{(pman)anode,cross ref name,,file name}' *note cross
+ref name: (file name)(pman)anode. '@ref{(pman)anode,cross ref
+name,,,manual}' *note cross ref name: ()(pman)anode.
+'@ref{(pman)anode,cross ref name,title,file name}' *note cross ref name:
+(file name)(pman)anode. '@ref{(pman)anode,cross ref name,title,,manual}'
+*note cross ref name: ()(pman)anode. '@ref{(pman)anode,cross ref
+name,title, file name, manual}' *note cross ref name: (file
+name)(pman)anode. '@ref{(pman)anode,,title,file name}' *note title:
+(file name)(pman)anode. '@ref{(pman)anode,,title,,manual}' *note title:
+()(pman)anode. '@ref{(pman)anode,,title, file name, manual}' *note
+title: (file name)(pman)anode. '@ref{(pman)anode,,,file name,manual}'
 *note (file name)(pman)anode::
 
-   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
-(file name)chapter. ‘@inforef{chapter}’ *note chapter::
-‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
-‘@inforef{chapter,,file name}’ *note (file name)chapter::
-‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
-name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
-name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
-(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
-arg}’ *note cross ref name: (file name, spurious arg)chapter.
+   '@inforef{chapter, cross ref name, file name}' *note cross ref name:
+(file name)chapter. '@inforef{chapter}' *note chapter::
+'@inforef{chapter, cross ref name}' *note cross ref name: chapter.
+'@inforef{chapter,,file name}' *note (file name)chapter::
+'@inforef{node, cross ref name, file name}' *note cross ref name: (file
+name)node. '@inforef{node}' *note node:: '@inforef{node, cross ref
+name}' *note cross ref name: node. '@inforef{node,,file name}' *note
+(file name)node:: '@inforef{chapter, cross ref name, file name, spurious
+arg}' *note cross ref name: (file name, spurious arg)chapter.
 
-   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
-in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+   '@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}' *note a , in cross ref: (a comma, in file)s--ect,ion.
 
-   ‘*note chapter::’.
+   '*note chapter::'.
 
    *note cross ref with uref uref1 (href://http/myhost.com/index.html):
 (info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
@@ -1198,12 +1198,12 @@ _b_
      l-ine
 
      Title
-‘a--code’
+'a--code'
      Value-table code
 
      Title
-‘a--samp’
-‘a2--samp’
+'a--samp'
+'a2--samp'
      Value-table samp
 
    c-artouche
@@ -1250,11 +1250,11 @@ subheading
 subsubheading
 .............
 
-‘@acronym{--a,an accronym @comma{} @enddots{}}’ -a (an accronym , ...)
-‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É-. ,A.
-(Étude-, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É-. ,A.
+'@acronym{--a,an accronym @comma{} @enddots{}}' -a (an accronym , ...)
+'@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }' É-. ,A.
+(Étude-, Autonome) '@abbr{@'E--. @comma{}A.}' É-. ,A.
 
-   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+   '@math{--a@minus{} {\frac{1}{2}}}' --a- {\frac{1}{2}}
 
    Somehow invalid use of @,:
 @, ̧
@@ -1264,45 +1264,45 @@ subsubheading
 @' ́
 @'@"u ́ü
 
-   ‘@|’
+   '@|'
 
-   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+   @dotless{truc} truc @dotless{ij} ij '@dotless{--a}' -a '@dotless{a}'
 a
 
    @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
 @U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
 U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
 
-   @TeX, but without brace TeX ‘@#’ #
+   @TeX, but without brace TeX '@#' #
 
-   ‘@w{--a}’ -a
+   '@w{--a}' -a
 
-   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+   '@image{,1--xt}'  '@image{,,2--xt}'  '@image{,,,3--xt}' 
 
-   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+   '@image{f-ile,aze,,a--lt}' [a-lt] '@image{f-ile,,,alt@verb{:jk _" %}}' 
[altjk _" %@]
 
-   ‘@image{f--ile}’ ggg
-aaa ‘@image{f--ile,,,alt}’ ggg
-aaa ‘@image{f--ile,,,,.e-d-xt}’
+   '@image{f--ile}' ggg
+aaa '@image{f--ile,,,alt}' ggg
+aaa '@image{f--ile,,,,.e-d-xt}'
 ggg
-aaa ‘@image{f--ile,l--i}’ ggg
-aaa ‘@image{f--ile,,l--e}’ ggg
+aaa '@image{f--ile,l--i}' ggg
+aaa '@image{f--ile,,l--e}' ggg
 aaa
-‘@image{f--ile,aze,az,alt,.e--xt}’ ggg
-aaa ‘@image{f--ile,aze,az,alt,’ ggg
+'@image{f--ile,aze,az,alt,.e--xt}' ggg
+aaa '@image{f--ile,aze,az,alt,' ggg
 aaa
-‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+'@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}' [alt]
 
-   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ ggg
+   '@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}' ggg
 aaa
-‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+'@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}' [altjk _" %@]
 
 ü Ü ñ â é ō ì é Ḕ
 Ḉ Ḉ a̋ ȧ å a͡
 ă ǎ
  ? .
 
-TeX LaTeX ⋆ å ® °
+TeX LaTeX -!- å (R) °
 
 t
 
@@ -1310,8 +1310,8 @@ t
 
    __ after emph e-mph item
 
-   • a-n itemize line i-tem 1
-   • a-n itemize line i-tem 2
+   * a-n itemize line i-tem 1
+   * a-n itemize line i-tem 2
 
      without brace w a-b
      without brace w c-d
@@ -1343,38 +1343,38 @@ b
 
    g-roupe
 
-   ‘@ref{node}’ *note node::
-
-   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
-title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
-*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
-‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
-(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
-ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
-name,,file name}’ *note cross ref name: (file name)node.
-‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
-‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
-name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
-name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
-cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
-title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
-‘@ref{chapter,,title, file name, manual}’ *note title: (file
-name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
-name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
-‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
-name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
-name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
-ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
-name,title, file name, manual}’ *note cross ref name: (file name).
-‘@ref{,,title,file name}’ *note title: (file name).
-‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
-manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+   '@ref{node}' *note node::
+
+   '@ref{,cross ref name}' *note cross ref name: . '@ref{,,title}' *note
+title: . '@ref{,,,file name}' *note (file name):: '@ref{,,,,manual}'
+*note ():: '@ref{node,cross ref name}' *note cross ref name: node.
+'@ref{node,,title}' *note title: node. '@ref{node,,,file name}' *note
+(file name)node:: '@ref{node,,,,manual}' *note ()node:: '@ref{node,cross
+ref name,title,}' *note cross ref name: node. '@ref{node,cross ref
+name,,file name}' *note cross ref name: (file name)node.
+'@ref{node,cross ref name,,,manual}' *note cross ref name: ()node.
+'@ref{node,cross ref name,title,file name}' *note cross ref name: (file
+name)node. '@ref{node,cross ref name,title,,manual}' *note cross ref
+name: ()node. '@ref{node,cross ref name,title, file name, manual}' *note
+cross ref name: (file name)node. '@ref{node,,title,file name}' *note
+title: (file name)node. '@ref{node,,title,,manual}' *note title: ()node.
+'@ref{chapter,,title, file name, manual}' *note title: (file
+name)chapter. '@ref{node,,title, file name, manual}' *note title: (file
+name)node. '@ref{node,,,file name,manual}' *note (file name)node::
+'@ref{,cross ref name,title,}' *note cross ref name: . '@ref{,cross ref
+name,,file name}' *note cross ref name: (file name). '@ref{,cross ref
+name,,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title,file name}' *note cross ref name: (file name). '@ref{,cross
+ref name,title,,manual}' *note cross ref name: (). '@ref{,cross ref
+name,title, file name, manual}' *note cross ref name: (file name).
+'@ref{,,title,file name}' *note title: (file name).
+'@ref{,,title,,manual}' *note title: (). '@ref{,,title, file name,
+manual}' *note title: (file name). '@ref{,,,file name,manual}' *note
 (file name)::
 
-   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
-name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
-cross ref name: (file name). ‘@inforef{}’ *note ::
+   '@inforef{,cross ref name }' *note cross ref name: . '@inforef{,,file
+name}' *note (file name):: '@inforef{,cross ref name, file name}' *note
+cross ref name: (file name). '@inforef{}' *note ::
 
    In example.
 
@@ -1476,17 +1476,17 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      @TeX TeX
      @LaTeX LaTeX
-     @bullet • (•)
-     @copyright © (©)
+     @bullet * (•)
+     @copyright (C) (©)
      @dots ... (…)
      @enddots ...
-     @equiv ≡ (≡)
-     @error error→
-     @expansion ↦ (↦)
-     @minus − (−)
-     @point ⋆ (⋆)
-     @print ⊣ (⊣)
-     @result ⇒ (⇒)
+     @equiv == (≡)
+     @error error->
+     @expansion ==> (↦)
+     @minus - (−)
+     @point -!- (⋆)
+     @print -| (⊣)
+     @result => (⇒)
      @today a sunny day
 
      @aa å (å)
@@ -1508,14 +1508,14 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @exclamdown ¡ (¡)
      @questiondown ¿ (¿)
      @pounds £ (£)
-     @registeredsymbol ® (®)
+     @registeredsymbol (R) (®)
      @ordf ª (ª)
      @ordm º (º)
      @comma , (,)
-     @quotedblleft “ (“)
-     @quotedblright ” (”)
-     @quoteleft ‘ (‘)
-     @quoteright ’ (’)
+     @quotedblleft " (“)
+     @quotedblright " (”)
+     @quoteleft ` (‘)
+     @quoteright ' (’)
      @quotedblbase „ („)
      @quotesinglbase ‚ (‚)
      @guillemetleft « («)
@@ -1527,7 +1527,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      @textdegree ° (°)
      @euro € (€)
-     @arrow → (→)
+     @arrow -> (→)
      @leq ≤ (≤)
      @geq ≥ (≥)
      @tie a b
@@ -1538,10 +1538,10 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @abbr{@'E--. @comma{}A.} É--. ,A.
      @asis{--a} --a
      @b{--a} --a
-     @cite{--a} ‘--a’
+     @cite{--a} '--a'
      @code{--a} --a
      @command{--a} --a
-     @dfn{--a} “--a”
+     @dfn{--a} "--a"
      @dmn{--a} --a
      @email{--a,--b} --b <--a>
      @email{,--b} --b
@@ -1552,10 +1552,10 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @i{--a} --a
      @kbd{--a} --a
      @key{--a} <--a>
-     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} −
+     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} -
      @option{--a} --a
      @r{--a} -a
-     @samp{--a} ‘--a’
+     @samp{--a} '--a'
      @sc{--a} --A
      @strong{--a} *--a*
      @t{--a} --a
@@ -1564,7 +1564,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @titlefont{--a}
      -a
      **
-     @indicateurl{--a} ‘--a’
+     @indicateurl{--a} '--a'
      @uref{--a,--b} --b (--a)
      @uref{--a} <--a>
      @uref{,--b} --b
@@ -1592,9 +1592,9 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
      need 1002
 
-     @clicksequence{click @click{} A} click → A
-     After clickstyle ⇒
-     @clicksequence{click @click{} A} click ⇒ A
+     @clicksequence{click @click{} A} click -> A
+     After clickstyle =>
+     @clicksequence{click @click{} A} click => A
 
 
      disp--laymath
@@ -1611,40 +1611,40 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
             ! @ } {
      a sunny day
 
-     →
+     ->
      u
-     • © ... ... ≡
-     error→ ↦ − ⊣ ⇒
+     * (C) ... ... ==
+     error-> ==> - -| =>
      Å æ œ Æ Œ ø Ø ß ł Ł Ð
      Þ ð þ ¡ ¿ £
      ª º ,
 
-     “ ”
-     ‘ ’ „ ‚ «
+     " "
+     ` ' „ ‚ «
      » « » ‹
-     › € → ≤ ≥
+     › € -> ≤ ≥
 
      b i r SC sansserif slanted
 
      default kbdinputstyle
-     ‘vtable i--tem default kbdinputstyle’
+     'vtable i--tem default kbdinputstyle'
           in example default kbdinputstyle
-          ‘vtable i--tem in example default kbdinputstyle’
+          'vtable i--tem in example default kbdinputstyle'
 
      code kbdinputstyle
-     ‘vtable i--tem code kbdinputstyle’
+     'vtable i--tem code kbdinputstyle'
           in example code kbdinputstyle
-          ‘vtable i--tem in example code kbdinputstyle’
+          'vtable i--tem in example code kbdinputstyle'
 
      example kbdinputstyle
-     ‘vtable i--tem example kbdinputstyle’
+     'vtable i--tem example kbdinputstyle'
           in example example kbdinputstyle
-          ‘vtable i--tem in example example kbdinputstyle’
+          'vtable i--tem in example example kbdinputstyle'
 
      distinct kbdinputstyle
-     ‘vtable i--tem distinct kbdinputstyle’
+     'vtable i--tem distinct kbdinputstyle'
           in example distinct kbdinputstyle
-          ‘vtable i--tem in example distinct kbdinputstyle’
+          'vtable i--tem in example distinct kbdinputstyle'
 
           A quot---ation
 
@@ -1699,18 +1699,18 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
 
           something, other thing: something, other thing
 
-        • i--temize
+        * i--temize
 
         + i--tem +
 
-        • b--ullet
+        * b--ullet
 
-        − minu--s
+        - minu--s
 
         _after emph_ e--mph item
 
-        • a-n itemize line i--tem 1
-        • a-n itemize line i--tem 2
+        * a-n itemize line i--tem 1
+        * a-n itemize line i--tem 2
 
           with w a--b
           with w c--d
@@ -2000,7 +2000,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      *note a , in cross
      ref: (a comma, in file)s--ect,ion.
 
-     ‘*note chapter::’.
+     '*note chapter::'.
 
      *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
      *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
chapter.
@@ -2017,12 +2017,12 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
           l--ine
 
           Title
-     ‘a--code’
+     'a--code'
           Value--table code
 
           Title
-     ‘a--samp’
-     ‘a2--samp’
+     'a--samp'
+     'a2--samp'
           Value--table samp
 
      c--artouche
@@ -2085,7 +2085,7 @@ cross ref name: (file name). ‘@inforef{}’ *note ::
      @abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} } É--. ,A. 
(Étude--, Autonome)
      @abbr{@'E--. @comma{}A.} É--. ,A.
 
-     @math{--a@minus{} {\frac{1}{2}}} --a− {\frac{1}{2}}
+     @math{--a@minus{} {\frac{1}{2}}} --a- {\frac{1}{2}}
 
 
 
@@ -2154,7 +2154,7 @@ aaa
      ă ǎ
       ? .
 
-     TeX LaTeX ⋆ å ® °
+     TeX LaTeX -!- å (R) °
 
      t
 
@@ -2162,8 +2162,8 @@ aaa
 
         __ after emph e--mph item
 
-        • a-n itemize line i--tem 1
-        • a-n itemize line i--tem 2
+        * a-n itemize line i--tem 1
+        * a-n itemize line i--tem 2
 
           without brace w a--b
           without brace w c--d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]