apostrophes turn into squares

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default apostrophes turn into squares

    Hello, My ISP recently switched to CFMX and a new server. I am using MS
    Access and some characteres (apostrophe, dash, euro sign, etc) turn into
    squares or other strange signs when inserted into Access. When testing I also
    noted that some apostrophes or dashes turn into squares and some do not. When
    I look closely there seem to be the wrong type of apostrophe and the right type
    (same font). Very strange. Perhaps someone can help me in setting up MS
    Access so that it accepts all characteres ? (or help me change my code). Many
    thanks in advance Philippe

    PhilFromFrance Guest

  2. Similar Questions and Discussions

    1. Apostrophes
      I am having the same problem with dropped apostrophes in PDF files I send to printers (two different ones). It happens with Myriad Pro ( but not with...
    2. #39051 [NEW]: move_uploaded_file fails with spaces and apostrophes
      From: steele at agora-net dot com Operating system: Debian Sarge PHP version: 4.4.4 PHP Bug Type: Streams related Bug...
    3. please help me with apostrophes
      When I insert info into a DB from a form, it cuts the string off at the first apostrophe ("). How would I make it insert the data as-is, with the...
    4. Apostrophes and spaces turn into ? marks
      When I publish my web file via ftp to the web, all of the extra spaces in my text turn into question marks (?) and all of the apostrophes turn into...
    5. Apostrophes in forms
      Hi, I am working in SQL and ASP/ADO. To make an entry with an apostrophe in my form, I need to enter 2 apostrophes because ASP Response.Write...
  3. #2

    Default Re: apostrophes turn into squares

    Hi

    when inserting the data into the database use the preservesinglequotes in your query.
    this preserve all your quotes and saves in the database as it is.
    try it out this
    vkunirs Guest

  4. #3

    Default Re: apostrophes turn into squares

    We were having the same problem if a symbol was used for apostrophes and dash.
    The solution is to use the Access with unicode support as the driver. It will
    not correct existing data but will preserve the symbols with new data. Pam

    AAOS Guest

  5. #4

    Default Re: apostrophes turn into squares

    It sounds like people are Copy/Pasting out of MS-Word. Search on 'smart
    quotes' and you will find countless work arounds (replace 'smarts' with
    'normals') if you don't want to get into unicode hassles.

    JMGibson3 Guest

  6. #5

    Default Re: apostrophes turn into squares

    no such thing as a "unicode hassle". it solves char encoding problems, it does not create any.

    PaulH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139