Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7923983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:30:36+00:00 2026-06-03T17:30:36+00:00

Consider a notepad Text.txt which has a data that can be read only with

  • 0

Consider a notepad Text.txt which has a data that can be read only with font “Terminal”. How to implement in C#? The content of notepad is readable only if i set the font to “Terminal”. Otherwise i could see only Boxes. C# has to read the content using “Terminal” font so that it can get the exact data rather than a BOX. Tried with UTF8. Same response.

Even if i write the content of notepad here i could see hyphens.

EG:

The text is – but im not meaning hyphen. The actual word is double dot above n. It can be see only with Terminal font in notepad.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:30:39+00:00Added an answer on June 3, 2026 at 5:30 pm

    Your problem is probably the encoding (codepage) of the text file.
    In what language is the text file written?
    For example, if the file contained Greek text (codepage 1253), you would use something like this:

    System.Text.Encoding GreekEncoding = System.Text.Encoding.GetEncoding(1253);
    System.IO.StreamReader sr = new StreamReader(@"c:\test.txt", GreekEncoding);
    System.Diagnostics.Debug.WriteLine(sr.ReadLine());
    sr.Close();
    sr.Dispose();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider a scenario in which two applications have to share data among them. I
Consider that I have the following data and function returning summary statistics that I
Consider an article inside a div that has many <p> tag. Is there any
Consider the following text(csv) file: 1, Some text 2, More text 3, Text with
Consider a project management app that uses git at backend. The new versions are
Consider this title for a web page: This is a mixed text from right-to-left
Consider such html piece: <p>foo</p><p>bar</p> If you run (for example) jQuery text for it
Consider an HTML page which is encoded as UTF-8, and a bizarre unicode character
Consider this code: txtLastModifyUserID.DataBindings.Add(Text, c_bsDataSetSource, LastModifyUserID); txtLastModifyUserID.Text = 1234; Why cannot the source be
Consider the following scenario. I have a method which returns ISomething , but it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.