What user does witangod run as? Then log in as that user and check the environment.
For example on Redhat 9, the default encoding is UTF-8, but some programs, notably swish-e (my favorite indexing tool) require single-byte character sets to work correctly. (The problem is the offset between character count and byte count in some modules on which it depends). Perhaps this is the case for witango also. > >Le 19 juil. 04, � 17:52, Bill Conlon a �crit : > >> What character set encoding is specified in the HTML <head>? >iso 8859-1 > >> What character encoding is the apache user environment? >iso 8859-1 >> What character encoding is the witango user environment? >in Witango.ini : encodeResults=TRUE > >It's very strange. In debug mode, when the value is "tango", i get : > [Invocation of method "Echo_var" of object >"TCF://test.tcf:Request$Objet_Test" with parameters [Valeur=tango] > >but when the value is "h�", i get : > [Invocation of method "Echo_var" of object >"TCF://test.tcf:Request$Objet_Test" with parameters [Valeur=] > >More informations >Server : Mac OS X 10.3.4 / Apache 1.3.29 >Tango : 5.0.1.062 ou 5.0.1.065 > >If you want, i can send to you my test in attachment of email (on >private address). > >Regards > >Francis > >>> Hi, >>> >>> >>> When a TCF method must return a variable with accentuated characters >>> (like in french "�, � �,..."), the result is empty. If there is no >>> accentuated characters in the value, the method works fine. >>> >>> I have make a "quick and dirty" test. >>> In my .taf file i create au form with one field. This field value is >>> passed to a method (named "echo") which return the value passed in >>> parameter. The result of this call is showed in the form page. >>> >>> If i submit a value without accentuated characters, this method is >>> invoked and return the value >>> If i submit a value with accentuated characters, Tango invoke the >>> method but doen't pass value in parameter. >>> >>> any idea ? or it's a bug ? >>> >>> regards >>> >>> Francis >>> > >________________________________________________________________________ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax: 650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web: http://www.tothept.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
