Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

335
Vistas
c# my resource text file comes up with different Encoding when I read it with Streamreader

Here is the code that I am using to take text from my resource.rex and after that, I collect them on Listbox and then take one of them with a random method but some words show up like '?' I think their encoding changes after reading.

string okunanmetin = "";

Assembly assembly = Assembly.GetExecutingAssembly();
StreamReader reader = new StreamReader(assembly.GetManifestResourceStream("Takistoskop.Resources.5.txt"),Encoding.UTF8);

int i = 0;
while (true)
{
    i++;    
    okunanmetin = reader.ReadLine();
    if (okunanmetin == null) break;
    listBoxcekilenveri.Items.Add(" " + okunanmetin + "\r\n");
}
over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda