French accented characters in a barcode are being dropped when scanned by a handheld scanner

We have an issue when our pdf417 barcodes contain french accented characters é,à,è, etc and are scanned by a handheld scanner.  As a result Montréal is decoded as Montral (the é is dropped).  We are using the Datalogic PowerScan 7000 and a Motorola Symbol DS6608 handheld scanners.  We currently have a ticket open with Datalogic.
The problem does not exist when the barcode is decoded by LC Barocded Forms.Decode.
Talking to someone, they indicated that this is pretty common with handhelds.  However, I did find this old post from lee sutton  http://forums.adobe.com/thread/332743 where he uses a keyboard wedge?
Has anyone had to deal with a similar issue (non-english chars) via handheld?
Can anyone recommend a handheld that does read non-eng characters without the wedge?
Is there something in the encoding from Designer that i can do?

When you're decoding with the hand-held scanner, you'll need to ensure that the decoder itself supports the scanning of extended characters AND if it's a keyboard-wedge scanner, ensure that your keyboard is in French or Canadian-French mode or the simulated typing won't happen.

Similar Messages

  • Help with French Accent Characters Corrupted

    Hi, All.
    I am developing a Flex Front end connect with Java back-end.
    The back-end sends data retrieved from XML file to the Flex
    front-end; displays it in an TextArea, and allow user to change.
    After user changes the data, hit "Save" button, then Flex sends the
    data to the back-end.
    I check with the back-end, make sure the data was correct
    when sending out to Flex, and the French accented characters gets
    corrupted when sending back from Flex. However, in Flex side, this
    change cannot be awared. (i.e. The French accents characters
    display correctly in Flex, but sending wrong character back). I'm
    guessing that might be something related to character sets.
    However, I cannot find anywhere to set character sets in
    HTTPService. Anybody has idea?

    Use Ariel MS Unicode font.

  • I did the software update ios 7 and now i cant hardly get wifi and my calls are being dropped.

    I did the software update ios 7 and now i cant hardly get wifi and my calls are being dropped.Can anyone help me?

    I updated my ipad to the ios7.4 and my wifi connection just wouldn't work any longer.

  • My iPhoto won't be shut down because it says photos are being imported when they really arent

    my iPhoto won't be shut down because it says photos are being imported when they really arent

    Welcome to Apple Support Communities
    If you are not transferring photos, force quit iPhoto. Press Alt, Command and Esc keys or go to  > Force Quit, choose iPhoto and force quit it

  • Mf6161dw scans are too light when scanning hand written text

    mf6161dw scans are too light when scanning hand written text. I changed from b&w to greyscale, which now makes the text legible. However the text is still medium grey instead of black on my old scanner. Need help or i will have to return it.

    Hi steelcofence.
    When scanning handwritten documents, the light from the lamp may reflect on the ink.  Since scanning in greyscale did not return the image quality that you would prefer, I recommend scanning handwritten documents in [Color].
    I hope this information is helpful to you.  Should you need immediate or further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666).
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • French accented characters not translated during decodeIncomingMessage

    Hello,
    Our b2b.log displays the correct French syntax during the decryption process after receiving message from our partner.
    "oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:decryptAndVerify Enter"
    example = È
    But the French characters translate to ? during the
    "oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:decodeIncomingMessage" and
    "oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getPayload"
    I tried setting a unix environment variable on the B2B server NLS_LANG=CANADIAN FRENCH_CANADA.WE8MSWIN1252
    But this did not help.
    Should I also ask the NLS_LANG be set on the database server?
    thanks in advance,
    Ken

    Hello Anuj,
    It takes awhile to arrange a change configuration with our IT section and arrange a test message with our partner.
    But we did arrange a test a few minutes ago.
    The b2b_2.log tip.properties reads as:
    -bash-3.00$ grep encoding tip.properties
    oracle.tip.adapter.b2b.encoding=ISO-8859-1
    #oracle.tip.adapter.b2b.encoding=Cp1252
    #oracle.tip.adapter.b2b.encoding=UTF-8
    But the b2b.log contains:
    -bash-3.00$ grep encoding b2b_2.log
    <?xml version="1.0" encoding="utf-8" ?>
    2009.10.30 at 15:27:23:186: Thread-13: B2B - (DEBUG) oracle.tip.adapter.b2b.callout.B2BCalloutHandler:processIncomingCallout payload after callout: <?xml version = '1.0' encoding = 'UTF-8'?>
    2009.10.30 at 15:27:23:358: Thread-13: Repository - (INFORMATION) BIND VARS = (7720B238D6E7808EE0430AFA0B04808E-11-1, 11, 1, N, , 1070, clob, <?xml version = '1.0' encoding = 'UTF-8'?>
    <?xml version="1.0" encoding="utf-8" ?>
    <?xml version="1.0" encoding="utf-8" ?>
    2009.10.30 at 15:30:59:311: Thread-13: B2B - (DEBUG) oracle.tip.adapter.b2b.callout.B2BCalloutHandler:processIncomingCallout payload after callout: <?xml version = '1.0' encoding = 'UTF-8'?>
    2009.10.30 at 15:30:59:368: Thread-13: Repository - (INFORMATION) BIND VARS = (7720B238D6F2808EE0430AFA0B04808E-11-1, 11, 1, N, , 1070, clob, <?xml version = '1.0' encoding = 'UTF-8'?>
    <?xml version="1.0" *encoding="utf-8"* ?>
    Does this indicate that the encoding did not take effect?
    Do we need to remove the commented lines in the tip.properties file?
    The accented characters translated to ? in this test (in b2b.log)
    thanks
    Ken

  • Web Service response from XMLA (using BW SAP) returns french Accent characters as question marks '?'

    I am using .Net Framework 4 C# web service project. 
    I am connecting with XMLA service (using as web reference) in my C# project. The issue seems to be able to handle the French characters once i am getting response back from the XMLA execute method. 
    At this moment the data is coming back as '??' whenever it contains french special characters.
    I am pasting the code below and would appreciate help at earliest. 
    sapqasbwi.MsXmlAnalysis _sMxlA = new sapqasbwi.MsXmlAnalysis();   // Create XMLA reference object. 
    System.Net.NetworkCredential _nc = new System.Net.NetworkCredential();  // Creating Network credentials object
    _nc.UserName = userid;
    _nc.Password = _password;
    _sMxlA.Credentials = _nc.GetCredential(new System.Uri(url), "Basic");
    _sMxlA.Url = url;
    sapqasbwi.ExecuteCommand cmd = new sapqasbwi.ExecuteCommand();
    cmd.Statement = stText;    // sText contains the query 
    _bwPropertyList.DataSourceInfo = "default";
    _bwPropertyList.Format = "Tabular";
    _bwPropertyList.AxisFormat = "ClusterFormat"; 
    _bwPropertyList.Content = "SchemaData"; 
    _bwParameters.PropertyList = _bwPropertyList;
    _sMxlA.RequestEncoding = System.Text.Encoding.GetEncoding("ISO-8859-1");  // already tried utf 8 
    //Execute BW Query
    System.Xml.XmlElement returnXML;
    returnXML = _sMxlA.Execute(cmd, _bwParameters); // Execute method only returns an XML element object. 
    This particular object is containing the '??' whenever a french character is found
    The output i am receiving is as follows 
    <MainServiceAndStatuses>
       <MainService>Entreposage ?? long terme</MainService> 
     <MainServiceStatus>Service Termin??</MainServiceStatus> 
     <TransactionID>1000006216_10_Cde client standard</TransactionID> 
    </MainServiceAndStatuses

    Hi 
    Can you please send me the direct link for C# forum, i cannot find it on this forum. 
    thank 
    TheNauman

  • HT201317 The pictures in my photostream folder on my computer are being deleted when the pictures are deleted from photostream on individual devices.  The photos on the computer were supposed to be permanent.  Can I stop photostream from deleting from my

    The original photstream instructions, and the current photostream information page on the apple website, say that photos on your pc or mac computer that have been synced by photostream are permanent but the latest updatge seems to have changed that so when items are deleted from any device they are deleted from all devices, including images that have gotten older and have rolled out of photostream on my iphone.  I trusted photostream to save these images on my computer and now they appear to be gone.  Can I turn off the option of deleting photostream images from my computer or do I need to copy these images to another folder to save them from being deleted when they are deleted from the device.

    MikeMurdock wrote:
    ok so i can't figure this out because i keep being told different things by everybody.
    so say I take a picture with my phone. that picture is now located in my camera roll and uploads to my iclouds photostream, which I can then view on my computer. now my question is this: is the photos in my stream, on my comp permanent, allowing me to then delete them from my phones camera roll?
    No
    Photostream keeps them for 30 days.

  • Trackstarts are being deleted when cutting a region?

    Right now I'm working on a live album and it's the first time I'm working with WaveBurner. I've got several wave files of a gig which I'd like to burn onto a CD.
    Everytime when I cut a region (in order to get rid of seconds of crowd noise between two songs which I don't want on the album) my track starting points are being deleted.
    I think I'm doing something wrong but I can't find why... I'm working with WaveBurner 1.6.
    Thanks in advance.

    I think I've already found the problem myself:
    For some reason, the track start markers are connected to the 3rd region in the edit window. The problem with this is that (for instance) the first track start marker has a starting point of -37:14 (negative, relative to the starting point of the 3rd region.
    Can anyone tell me what the point is for this feature?

  • Duplicate 'invisible' photos are being created when I download from camera

    Hi all,
    Recently spotted a weird thing happening when I download images from my Nikon D200. I use Image Capture, but not sure if that's the problem. Hopefully you guys can help.
    Basically, when burning a DVD of images for a friend, I noticed that if I dragged over the folder that contained the downloaded images, a new disc was created in Toast, and the disc size matched the size of the folder as seen in the Finder. However, if I created a blank disc and just copied over the folder contents themselves, not the actual folder, the disc size was 1.5GB smaller.
    So, I fired up TinkerTool and turned on Invisible Files in the Finder, and was shocked to discover that throughout my hard drive, in the folders I download photos into from my camera there are duplicate invisible 'photos' with a period at the start of their name (rendering them invisible) that are the size of a full high res photo each - essentially doubling the size of the folder. If I delete a photo in the Finder, it's invisible counterpart doesn't get deleted with it - so what the heck are they? They're taking up GB upon GB upon GB of space on my drive and I can't even see them unless I use TinkerTool.

    I am not a software engineer, but I doubt if these are left over temp files.
    More than likely, capture keeps both - the original and the colour managed files. Why hidden, no idea. Maybe it's the camera telling it to do so, maybe some software can "see" both depending on the colour profile selected. Maybe, indeed it's a bug in the software. The best way to find out is to send a bug report and Apple will answer.
    If you are using the Spyder you should not colour manage the images at all.
    the only profile you should use it the Spyder one.
    Colour profile is basically a "translator" of RGB colour values, which displays (and prints) the images with a specific "colour shift".
    Each time you acquire an image there is an error built in into the image (no device is perfect), then when displayed on a screen, this screen will introduce another colour shift, then the printer will shift the colours again, and you may end up with wrong colours in the output; and that's where the calibration and colour profiling comes in.
    Spyder will scan your screen and adjust it so that the colours are as true as possible. If will not fix any of the camera problems, but at least on a screen you get exactly the colours that the camera took.
    (Calibrating a camera is normally not needed, but it can be done too.)
    Now, if your screen in Spyder'ed (?) then any software you use to edit the shots in should be set to use the Spyder colour profile, otherwise, you'll not see the true representation of your colours.
    When it comes to printing... don't even get me started Most commercial printing joints will supply you with their machine's profile, for home printers - trawl the Internet for the profiles or spend A LOT of money on print calibration.
    I did check and I have no hidden files, I do not ask Capture to colour manage my shots.
    I also never shoot JPEGs, RAW only. Later if I know I don't want an image for editing, but want to keep it, I dump it to a JPG and delete the RAW.
    A silly question here, why not use the Nikon's provided software to download the pix?
    Hope that helps a little.
    You can check my recent work here:
    http://www.redbubble.com/people/braincandy
    cheers

  • Letters and numbers are being deleted when I import a PDF file to my catalogue

    I have a business catalogue that I change from time to time. I will make the changes in MS Word 2003 and then convert the document to a PDF file. I will then import the PDF file to my catalogue. Recently when I have impurted the PDF file I have noticed that letters on pages above the inserted PDF file and letters below the inserted PDF file will be missing. I recently updated my Acrobat Reader from 8.0 to 9.0, so maybe that is an issue.

    How are you converting the documents to PDF ? Are you using Acrobat, if so, which version of Acrobat?
    Also, what exactly do you mean when you "import the PDF file into my catalog". Which software are you importing the PDF into?

  • Songs in my iTunes Library are being skipped when trying to play them

    Hello,
    Would anyone know why I can't play any of my songs listed in my iTunes Library?  All of the songs are in the cloud.
    When I try to play a song it will jump over to the next one in the list and jump over and over again without playing any of the songs listed.
    Thx,
    Bruno

    You can't. If you don't have access to that ID, delete them and then download them from yours; this may require repurchasing them.
    (93948)

  • Apps purchased on iPad are being deleted when syncing with iTunes

    Hi,
    I am having a problem with the apps that I purchase using my iPad not syncing with iTunes. I have purchased several apps and books. When I use my iPad to make the purchase and then plug the device into my computer to allow it to sync, iTunes goes through the process of backing up the iPad and then transfering purchases over. When it gets to the step for syncing tracks it goes and removes all of the apps that it just said it was transfering the purchases over for. Nothing I do seems to work to fix this issue so that the apps aren't removed when I sync. So far the only ones that stay on my computer and device are the apps that I used my computer to buy and then are synced onto my iPad. Please let me know what to do about this as I have lost several apps.
    Thanks
    Josef

    I am not sure what the problem could be.
    You may want to try disabling auto-sync, make some purchases on your iPad, and then transfering the purchases and see if they show up in your iTunes library and the checkbox for the apps are checked for syncing to your iPad. If they are then you can try syncing and see if that deletes them from your iTunes library.
    The link for instructions on transfering your purchase is as follows:
    http://support.apple.com/kb/HT1848

  • Samsung Note Edge MMS's are being rotated when recieved

    Hey, If somesone sends me an mms (photo) the photo is appearing rotated to the right when I open it (and also before I open it). If I use a different sms application and set it as the default application and get someone to re-send me an mms it works fine. For some reason the default messages app is not workin as it should. Any ideas? As I really like the out of the box messenging app and would like to continue to use it. Thanks in adavnce!

    Hmm. If I perform the below it passes all the tests which Is a good sign I guess. Atleast its not a hardware issue..How to check if your S6 Edge accelerometer is busted:… you can see that the accelerometer is stuck. To verify, enter “*#0*#” in your phone app to enter hardware test mode. Touch “Sensor”. The X, Y and Z for the accelerometer must all change in rapid succession as you rotate your phone. If any are stuck on 32767 or -32768, you have a HARDWARE problem which cannot be fixed by updates of software/firmware of ANY kind.

  • Error messages are being displayed when I run my report

    Hello,
    I am trying run a report which was builded using JDEV and ReportsBuilder as a Portlet....
    I did the configurations following the document:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/pdk/articles/how.to.build.java.portlet.existing.component.html
    But it is displaying the error message:
    Mon Jun 10 14:41:22 GMT 2002
    java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.reports.rwclient.RWClient.getTrace(RWClient.java:969)
         at oracle.reports.jsp.JspTagUtil.getRWClient(JspTagUtil.java:59)
         at oracle.reports.jsp.RwTag.setPageContext(RwTag.java:54)
         at oracle.reports.jsp.ReportTag.setPageContext(ReportTag.java:85)
         at jpdk.carla._MyReport._jspService(_MyReport.java, Compiled Code)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java, Compiled Code)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:133)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:510)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:651)
         at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:383)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:435)
         at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    Someone have any idea?
    Thanks...
    Carla

    Hi,
    First of all reduce code by using logical operators like OR , Further you can use DECODE .
    Check Joins and use of indexes.
    Adinath Kamode

Maybe you are looking for

  • CAN I GET A STRAIGHT HONEST ANSWER PLEASE?

    I have been a Verizon customer for years, my 2 yr contract on 2 of my lines was up more than a month ago. I am now month to month on those two lines because Verizon wouldnt allow me to switch (upgrade the two lines) to the Edge because less than 6 mo

  • External Hard Drive not showing up as a back up disk

    Please Help, I'm freaking out! I received a message stating "Time Machine has not backed up in 10 Days." So I tried to do a manual back up, a manual back up as worked before. Time Machine looked like it was beginning a back, but then it stopped. So I

  • Getting value with an anonymous block using ODP

    Hi all! I have a problem I hope someone can help me with. I believe it to be a minor one. I am trying to imbed an anonymous block into my .net app and use it dynamically to get a value from the database depending on the values in a tables. Since my p

  • One xml, multiple xsl, multiple xslt, one output

    Hi, I have one xml file, 3 xsl files, and want to output (append) to a text file. I can only get a result when I run one xsl against the xml, if I try adding new xsl and new Transform instances, I get a whole host of errors. The bits in bold are what

  • Problem in Creating Formula

    Hi, I have two columns in the report query that comes from the database namely DR-Amountand CR-Amount. I am creating a third column in the report using a formula that says that if CR-Amount is not equal to 0 return that value else return previous val