problem with the trim() function

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default problem with the trim() function

    I am working on a german website and I have a username called "zartbitters??".
    When I use the #trim(username)# it removes the german letter ?. The username
    becomes zartbitters? without the ?. The application is running on two different
    servers. But that problem is only happening on one of the servers. Both of the
    servers are ColdFusion 5. Does anyone know what the problems would be. Is there
    maybe a setting that isn't the same on the servers?

    dijana1081 Guest

  2. Similar Questions and Discussions

    1. trim function
      Hi there, does any know how i can do a 'trim on canvas' sort of function. If my canvas is bigger than my draw/animation etc, then how do i shrink...
    2. Trim problem
      Hi, i have another complex problem i cannot figure out. I have a string called #file_name#. The string's value is a filepath and file name of a...
    3. Need to Trim value in a List
      I have a list that retrieves documents in a directory. <!--- Pack Directory ---> <cfdirectory action='list' directory='C:\TNS_Docs\EXCEL_PACKS'...
    4. Problem Printing Trim marks on Epson 777i
      Interesting. Used the trim marks and they did print. I was on a printer called "Canon 860" I think and the printer stopped working so I switched over...
    5. note 33646 added to function.trim
      Regarding the editor's note to rhelic above about how to trim all elements in an array: I wanted a perl "chomp" of newlines for all elements in an...
  3. #2

    Default Re: problem with the trim() function

    This is addressed in Macromedia KB at
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=view&id=KC.tn_18[/url]
    135&extid=tn_18135&dialogID=7398971&iterationID=1& sessionID=48308717047c4b7f1034
    &stateID=0%200%207406775&mode=advanced. You should install the hot fix whose
    link you can find there.

    jdeline 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