diff --git a/include/form.cpp b/include/form.cpp index c3f8f2637..2748afec8 100755 --- a/include/form.cpp +++ b/include/form.cpp @@ -2175,7 +2175,7 @@ void TForm::print_general(ostream& out) const out << " SIZE " << _fontsize << "\n" ; if (_char_to_pos != '\0') { - out << " CARATTERE " << _char_to_pos << "\n" ; + out << " CARATTERE \"" << _char_to_pos << "\"\n" ; out << " INIZIO_POS " << _ipx << " " << _ipy << "\n"; out << " FINE_POS " << _fpx << "\n"; }