Questions tagged [space]

DO NOT USE THIS TAG! It is too ambiguous; instead please use a more specific tag like letter-spacing (separation between letters), whitespace (between words), margin (areas of a screen), layout or a platform/language-specific tag (for non-web layouts), etc.

DO NOT USE THIS TAG! It is too ambiguous; please tag your platform and/or language instead and if necessary a more specific tag like

  • letter-spacing (separation between letters),
  • whitespace (between words, glyphs),
  • margin (areas of a screen),
  • layout or a platform-specific tag (for non-web layouts)

etc.

Space characters in text systems indicate separation between words or glyphs. While most Western scripts use only one space character, Unicode defines multiple different kinds of whitespace characters for use in specialized typography functions and in Asian languages.

1977 questions
0
votes
3 answers

How do I create a #define mapping to the spacebar character in C?

I'm looking for the equivalent of this, without the surrounding single quotes: #define SPACEBAR ' ' How do I do this? For any other character I would use either the character itself or its corresponding escape character. To my knowledge, however,…
PandaConda
  • 3,396
  • 2
  • 20
  • 22
0
votes
0 answers

Gradle Artifactory and space in name

I am having an artifact published with space in Artifactory. We have the POM published as well. Reference getting is: compile group: 'com.local', name: "Artifact Name", version: '1.3' If I get this, I got error below. If I put the Artifact%20Name…
0
votes
2 answers

About left padding in C programming?

I searched through the website already, but I can't seem to find the solution that pertains to my problem: Example: printf("%s I love puppies", name); this is my prinf statement, but how do I left pad in which it will add additional spaces with…
0
votes
3 answers

blank space in the middle of the site

I'm making this site and there's a blank space between the image and the table I want to put, i tried to find if there was a code making that space but found nothing. where can be the problem?? Thanks!