Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Barcode for & Sign....?

Barcode for & Sign....?

Scheduled Pinned Locked Moved C#
questionhelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NetMan2012
    wrote on last edited by
    #1

    hello, I have developed an desktop app and i am printing barcodes at some stages. I am having issue printing the & sign. As the barcode font does'nt read this character. On furthur search i come to know there are 43 characters that the barcode font accepts and the & sign in not included in this list of 43 characters. Any ideas how can i make use of & sign and print its barcode..? Thanks in Advance, Asfand

    L OriginalGriffO L 3 Replies Last reply
    0
    • N NetMan2012

      hello, I have developed an desktop app and i am printing barcodes at some stages. I am having issue printing the & sign. As the barcode font does'nt read this character. On furthur search i come to know there are 43 characters that the barcode font accepts and the & sign in not included in this list of 43 characters. Any ideas how can i make use of & sign and print its barcode..? Thanks in Advance, Asfand

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Asfand wrote:

      On furthur search i come to know there are 43 characters that the barcode font accepts and the & sign in not included in this list of 43 characters. Any ideas how can i make use of & sign and print its barcode..?

      If it's not there, then you can't use it. Adding it would be impossible, as all other barcode-scanners wouldn't know about the new character. What type of barcode[^] are you using to encode your information?

      I are Troll :suss:

      1 Reply Last reply
      0
      • N NetMan2012

        hello, I have developed an desktop app and i am printing barcodes at some stages. I am having issue printing the & sign. As the barcode font does'nt read this character. On furthur search i come to know there are 43 characters that the barcode font accepts and the & sign in not included in this list of 43 characters. Any ideas how can i make use of & sign and print its barcode..? Thanks in Advance, Asfand

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        You can only print symbols which are within the character set for any particular barcode. The simpler codes support only numerics, and so forth, in order to compact the physical size of the printed code. Try switching to EAN128 (or code128) which supports a better range of characters: See Here[^] That site also gives some detail on other barcode formats.

        Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • N NetMan2012

          hello, I have developed an desktop app and i am printing barcodes at some stages. I am having issue printing the & sign. As the barcode font does'nt read this character. On furthur search i come to know there are 43 characters that the barcode font accepts and the & sign in not included in this list of 43 characters. Any ideas how can i make use of & sign and print its barcode..? Thanks in Advance, Asfand

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          maybe replace & by and then? :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read formatted code with indentation, so please use PRE tags for code snippets.


          I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


          modified on Thursday, May 27, 2010 9:45 AM

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups