I use debian and g++. When compiling i get error-messages like these:
In static member function ΓÇÿstatic void* v4::_mb_blocs::operator new(size_t)ΓÇÖ:
Can i tell gcc to do its output in utf-8 or something ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Normally gcc outputs in ASCII or UTF-8, so you should check if your terminal is actually configured for UTF-8 (
locale charmap).Also try:
to get ASCII.