You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ca...@ayuncordoba.es on 2001/12/28 14:56:24 UTC

Problem with commas

Hello,
I have a problem with a CGI and I don't know how to resolve it.

My CGI  takes a text chain from a program and writes it in a HTML.
The chain is a numeric quantity with commas to separate the integer from
the decimal part... but in the HTML output the CGI has replaced the commas
with points.
I don't understand this because I threat the whole text as a complete chain
of text.

Perhaps it is involved with the character set or something like this.

Can anybody help me??
Thanks in advance.

Carmen Oria.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Problem with commas

Posted by Mike Arrison <ar...@gnostech.com>.
Unlikely (from my experience).  My bet would be with the scripting language
you are using.  If it's Perl or something similar, make sure your locale is
set appropriately.

     -Mike Arrison
      arrison@gnostech.com
      Systems Engineer
      Gnostech, Inc.
      http://www.gnostech.com
      (215) 443-8660

-----Original Message-----
From: carmen.oria@ayuncordoba.es [mailto:carmen.oria@ayuncordoba.es]
Sent: Friday, December 28, 2001 8:56 AM
To: users@httpd.apache.org
Subject: Problem with commas



Hello,
I have a problem with a CGI and I don't know how to resolve it.

My CGI  takes a text chain from a program and writes it in a HTML.
The chain is a numeric quantity with commas to separate the integer from
the decimal part... but in the HTML output the CGI has replaced the commas
with points.
I don't understand this because I threat the whole text as a complete chain
of text.

Perhaps it is involved with the character set or something like this.

Can anybody help me??
Thanks in advance.

Carmen Oria.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org