\def\:temp{charset=iso-8859-2}
  
 \ifx \a:charset\:UnDef
  
       \ifx  \A:charset\:temp \let\:temp=\def \fi
  
 \else \ifx  \a:charset\:temp \let\:temp=\def \fi
  
 \fi
  
 \ifx \:temp\def
  
    \:CheckOption{new-accents}     \if:Option \else
  
       <.old iso-8859-2 accents.>
  
 \fi \fi -_-_-
   
 
   
    \Configure{accent}\‘\grave{<.grave codes.>{}{}}
  
    {\a:accents{grave}{#1}}   {\b:accents{grave}{#1}{#2}}
  
 \Configure{accent}\’\acute{<.acute codes.>{}{}}
  
    {\a:accents{acute}{#1}}   {\b:accents{acute}{#1}{#2}}
  
 \Configure{accent}\^\hat{<.circumflex codes.>{}{}}
  
    {\a:accents{hat}{#1}}   {\b:accents{hat}{#1}{#2}}
  
 \Configure{accent}\~\tilde{<.tilde codes.>{}{}}
  
    {\a:accents{tilde}{#1}}   {\b:accents{tilde}{#1}{#2}}
  
 \Configure{accent}\"\ddot{<.diaeresis codes.>{}{34}}
  
    {\a:accents{uml}{#1}}   {\b:accents{uml}{#1}{#2}} -_-_-
   
 
   The following are also placed under accents configuration.
    \Configure{accent}\c\c{<.cedilla codes.>{}{}}
  
    {\a:accents{cedil}{#1}}     {\b:accents{cedil}{#1}{#2}}
  
 \Configure{accent}\t\t{{}{}}
  
    {\a:accents{udot}{#1}}     {\b:accents{udot}{#1}{#2}}
  
 \Configure{accent}\H\H{<.double acute code.>{}{}}
  
    {\a:accents{Huml}{#1}}     {\b:accents{Huml}{#1}{#2}}
  
 \Configure{accent}\b\b{{}{}}
  
    {\a:accents{b}{#1}}     {\b:accents{b}{#1}{#2}}
  
 \Configure{accent}\d\d{{}{}}
  
    {\a:accents{d}{#1}}     {\b:accents{d}{#1}{#2}} -_-_-
   
 
   The following originally have been defined to be parameter-less.
    \Configure{accent}\.\.{<.dot above codes.>{}{}}
  
    {\a:accents{dot}{#1}}      {\b:accents{dot}{#1}{#2}}
  
 \Configure{accent}\dot\dot{<.dot above codes.>{}{}}
  
    {\a:accents{dot}{#1}}      {\b:accents{dot}{#1}{#2}}
  
 \Configure{accent}\u\breve{<.breve codes.>{}{}}
  
    {\a:accents{breve}{#1}}      {\b:accents{breve}{#1}{#2}}
  
 \Configure{accent}\vec\vec{{}{}}
  
    {\a:accents{vec}{#1}}      {\b:accents{vec}{#1}{#2}}
  
 \Configure{accent}\v\v{<.caron codes.>{}{}}
  
    {\a:accents{check}{#1}}      {\b:accents{check}{#1}{#2}}
  
 \Configure{accent}\check\check{<.caron codes.>{}{}}
  
    {\a:accents{check}{#1}}      {\b:accents{check}{#1}{#2}}
  
 \Configure{accent}\=\bar{{}{}}
  
    {\a:accents{bar}{#1}}      {\b:accents{bar}{#1}{#2}} -_-_-
   
 
    \Configure{accent}\widetilde\widetilde{{}{}}
  
    {\a:accents{widetilde}{#1}} {\b:accents{widetilde}{#1}{#2}}
  
 \Configure{accent}\widehat\widehat{{}{}}
  
    {\a:accents{widehat}{#1}} {\b:accents{widehat}{#1}{#2}}
-_-_-
   
 
   \vec, \widetilde, and \widehat are for math mode. \b, \c, \d, \t, and \H are
for text mode.