Table of Contents

ConvertOEM is a non-official C code I made to translate SMB directories names in “plain french” names with the correct accents.

Download the source

Compile :

% cc convertoem.c -o convertoem

How to use it :

% echo “Texte accentu?” | convertoem
Texte accentué

More ?