\ProvidesFile{u8atablg.fdf}[2011/09/12 UTF-8->Atari/blog with fdtxttex] 
\SetPatternCodes{\MakeOther\&\MakeOther\\\MakeOther\ }
\StartPrependingChain
\PrependExpandableAllReplacer{amp}  {&}{\&} 
%% <- for blog.sty. Next are Atari umlauts, 
%%    cf. 'umlaute' documentation:
\PrependExpandableAllReplacer{auml} {Γ€}{}
\PrependExpandableAllReplacer{ouml} {ΓΆ}{}
\PrependExpandableAllReplacer{uuml} {ΓΌ}{}
\PrependExpandableAllReplacer{szlig}{Γ}{}
\PrependExpandableAllReplacer{Auml} {Γ}{}
\PrependExpandableAllReplacer{Ouml} {Γ}{}
\PrependExpandableAllReplacer{Uuml} {Γ}{}
%% ... TODO as \TextCodes!? `Γ' one-parameter macro
%% there must be no space left of last argument.
%% `\endash{}' is not a solution because 'blog.sty'
%% then would display the braces:
\PrependExpandableAllReplacer{apostr} {β}{'}
\PrependExpandableAllReplacer{item}   {β’}{\item }
\PrependExpandableAllReplacer{item }  {β’ }{\item\ }
\PrependExpandableAllReplacer{endash} {β}{\endash }
\PrependExpandableAllReplacer{endash }{β }{\endash\ }
\PrependExpandableAllReplacer{hellip} {β¦}{\dots }
\PrependExpandableAllReplacer{hellip }{β¦ }{\dots\ }
\PrependExpandableAllReplacer{to}     {β}{\to }
\PrependExpandableAllReplacer{to }    {β }{\to\ }
% \newcommand*{\PXAR}{\PrependExpandableAllReplacer}
% \PXAR{dots}{...}{.\kern\fontdimen3\font.\kern\fontdimen3\font.}
%% Tomboy 2011/09/12:
% \PrependExpandableAllReplacer {it} {<italic>}{<i>}
% \PrependExpandableAllReplacer{/it}{</italic>}{</i>}
\SetCorrectHookJobLast
\endinput

