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 7866117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:17:45+00:00 2026-06-03T00:17:45+00:00

When i run a compile instruction from the shell/eshell/term in emacs , the names

  • 0

When i run a compile instruction from the shell/eshell/term in emacs , the names of the variables appear weird in the shell .

Here is a sample code (with some random error) and the output when I compile :

#include iostream
#include cstdlib


int main (void)
{
cscdsd ;//some random error 
return ;
}
//shell o/p:
g++ new.cc 
new.cc: In function â\200\230int main()â\200\231:
new.cc:7: error: â\200\230cscdsdâ\200\231 was not declared in this scope
new.cc:8: error: return-statement with no value, in function returning â\200\230intâ\200\231
~/codes $ 

What i have figured out is that \200\230 and \200\231 mean the start and end of a variable or function name .
Any ideas what this happens or how to get rid of it ?

  • 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-03T00:17:47+00:00Added an answer on June 3, 2026 at 12:17 am

    \200 is an octal escape sequence. In hex, â\200\230 is E2 80 98, which is how U+2018 (LEFT SINGLE QUOTATION MARK) is encoded in UTF-8. Likewise, â\200\231 is U+2019 (RIGHT SINGLE QUOTATION MARK). This is what happens when g++ emits UTF-8 and Emacs interprets it as ISO-8859-1.

    You probably need to set default-process-coding-system to a different value. Try (in your ~/.emacs):

    (setq default-process-coding-system '(utf-8-unix . utf-8-unix))
    

    There are other ways to tell Emacs what coding system to expect. Read the documentation for the variables default-process-coding-system & process-coding-system-alist and the functions universal-coding-system-argument & set-buffer-process-coding-system.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to compile and run the task-android-sample code from Google's API website. I
I am using to compile and run code from Features2D + Homography to find
How can I check and conditionally only compile / run code if iOS5 is
I'm trying to run NDK to compile native code to run on Atom(x86) processor
if I compile (under G++) and run the following code it prints Foo::Foo(int). However
I followed the instruction from Rick Regan http://www.exploringbinary.com/how-to-install-and-run-gmp-on-windows-using-mpir/ . Unfortunately, for some reasons, the
The code here is a modal view launched from the RootViewController and is to
Currently I am trying to compile native code for Android. The code is from
I may have multiple questions here, but ultimately I'm trying to compile and run
When I compile and run a simple Win32 GUI program in MinGW+MSys with command

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.