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

  1. #1

    Default Encoding problem

    Im pulling an attribute from an XML doc, which is a regexp. The regexp is then
    used on CFHTTP.filecontent, in order to parse out specfic links from a web
    page. I know the regexp works as i have tested it but when I use it on the
    CFHTTP.filecontent it returns a list of numbers and not links. I have changed
    all < > ' to &amp;lt; gt&amp; and quot; but I still think its something to do
    with the encoding. Can anyone offer any advice?

    samb1 Guest

  2. Similar Questions and Discussions

    1. Problem with loading XMP with UTF-8 encoding
      Hi Aandi, I open the PDf with Acrobat Professional (with File / Open). I don't try to read XMP with the toolkit, I'm going to try as soon as...
    2. second colon in URL - encoding problem
      I'm working with Contribute 3. I'm linking to some pages that go through a proxy, so the URL has two colons in it, like this: ...
    3. CFPOP Encoding Problem
      So in other words, dont use ColdFusion for building webmail apps? It seems to me that's what you're saying. I just finished developing an email...
    4. Problem with PHP encoding!
      I creat a flash movie which sends variables to PHP script which saves them into text file but the data i send isn`t latin but cyrilic and when i open...
    5. Problem with XML encoding
      Hi, I have a XML Document with ISO8859-1 encoding and I have to parse it, but standard Lingo XML API doesn't recognize it. If I change the encoding...
  3. #2

    Default Re: Encoding problem

    what do you think an "encoding" problem is? why do you think you have an "encoding" problem?

    better post your code.
    PaulH Guest

  4. #3

    Default Re: Encoding problem

    Pardon my ignorance it wasnt an encoding problem at all.

    I was outputting the wrong variable.....its been a long day
    samb1 Guest

  5. #4

    Default Encoding Problem

    Data returned from Access Database doesn?t display properly. Web page encoding
    set to UTF-8. Data stored in database is Russian language. All data, apart from
    the database, displayed correctly. Any suggestion.

    Tanks in advance.


    trukhin Guest

  6. #5

    Default Re: Encoding Problem

    use the access for unicode driver.
    PaulH Guest

  7. #6

    Default Re: Encoding Problem

    Thank you. I will try that.
    trukhin Guest

  8. #7

    Default Re: Encoding Problem

    maybe [url]http://www.macromedia.com/go/2d2a7a19[/url] might be a better idea.

    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