Ver Mensaje Individual
  #1  
Antiguo 09-09-2011
JXJ JXJ is offline
Miembro
 
Registrado: abr 2005
Posts: 2.475
Reputación: 22
JXJ Va por buen camino
Question ¿como guardar un archivo de texto como ANSI?

hola


estoy batallando con el como

¿como guardar un archivo de texto como ANSI?

estoy usand delphi 2010

y todos los archivos me los guarda como utf8 pc

o utf8

yo necesito guardar el archivo como ansi


uso tstrings
Código Delphi [-]
var
      STL:Tstrings;

 STL:= TStringList.Create();

      STL.SaveTofile (FOutputFile);
muchas gracias por su atencion.
Responder Con Cita