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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:32:11+00:00 2026-05-23T12:32:11+00:00

I’m using Code::Blocks on Ubuntu 10.10 (Maverick Meerkat). I have connected a Mac keyboard

  • 0

I’m using Code::Blocks on Ubuntu 10.10 (Maverick Meerkat). I have connected a Mac keyboard and set the keyboard settings to "Swiss German Mac". Now whenever I write an equals sign, followed by a space (something like width = 100) I get the error message: stray ‘\302’ in program.

I know this error means that there is a non-standard character in the text file.

When I delete the space character, the program compiles just fine. So that means Code::Blocks adds some sort of special character. But I can’t see why this happens. What is the reason?

What character does ‘\302’ stand for?

[UPDATE]

I got a little further investigating the problem. I get this stray when I use the combo Shift + Space. Now that I know it doesn’t happen that often any more. But it’s still rather annoying especially when writing code… Is there a way to turn off this combo in X11?

[SOLVED]

Thanks to Useless’s answer, I was able to solve the "issue". It’s more of a feature actually. Shift + space created a spacenolinebreak by default. So by changing the xmodmap with

xmodmap -e "keycode  65 = space space space space space space"

this behavior was overridden and everything works fine now.

  • 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-05-23T12:32:11+00:00Added an answer on May 23, 2026 at 12:32 pm

    Since you’re sure it’s caused by hitting Shift + Space, you can check what X itself is doing by. First, run xev from the command line, hit Shift + Space and check the output. For example, I see:

    $ xev
    KeyPress event, serial 29, synthetic NO, window 0x2000001,
        root 0x3a, subw 0x0, time 4114211795, (-576,-249), root:(414,593),
        state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
        XLookupString gives 0 bytes:
        XmbLookupString gives 0 bytes:
        XFilterEvent returns: False
    
    KeyPress event, serial 29, synthetic NO, window 0x2000001,
        root 0x3a, subw 0x0, time 4114213059, (-576,-249), root:(414,593),
        state 0x1, keycode 65 (keysym 0x20, space), same_screen YES,
        XLookupString gives 1 bytes: (20) " "
        XmbLookupString gives 1 bytes: (20) " "
        XFilterEvent returns: False
    ...
    
    

    Then, run xmodmap -pk and look up the keycode (space should be 65 as above, but check your xev output).

    If you see something like

    65         0x0020 (space)
    

    Then X isn’t doing this. On the other hand, if I pick a character key which is modified by shift, I see something like this:

    58         0x006d (m)      0x004d (M)
    

    If you have two or more keysyms for your keycode, X is the culprit. In that case, something like xmodmap -e 'keycode 65 space' should work.

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

Sidebar

Related Questions

I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have thousands of HTML files to process using Groovy/Java and I need to
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and

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.