bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IS YOUR WEB SITE MAKING MONEY?


From: bm21
Subject: IS YOUR WEB SITE MAKING MONEY?
Date: Thu, 18 Jan 2001 11:35:07 -0500

Is Your Web Site Making Money?

Now more then ever, e-commerce is becoming a way of life.
Every day millions of people are logging on to the web to
conduct business, purchase products and hire services.  Many
merchants have already established their online presence
with the capability of accepting credit cards to accommodate
their growing marketplace where everything one can imagine
is right at the consumer's fingertips.   Is your Web Site
Ready?

Retail Rates as low as 1.5% and $0.20 per Transaction! Mail
Order and Internet Rates as low as 2.25% and $0.20 per
Transaction! No Application Fee! No Set Up Fee! 99% Approval
Guaranteed Shopping Carts available fully integrated with
the payment gateway

Discover how easy, flexible and affordable online payments
can be

EASY- See how Harbor-net's payment gateway plugs seamlessly
into your web site

FLEXIBLE - From simple products such as the web terminal and
shopping carts to building your complete online store

AFFORDABLE - Prices set for businesses of all sizes

Click here and see how you can start making money today!

Fax: 877-582-2128 Tel:  800-728-4445




From address@hidden Thu Jan 18 13:51:16 2001
Received: from [193.251.4.189] (helo=oyster.morinfr.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14JK9T-0005tX-00
        for <address@hidden>; Thu, 18 Jan 2001 13:51:15 -0500
Received: from guillaum by oyster.morinfr.org with local (Exim 3.20 #1 (Debian))
        id 14JK9S-0002rU-00
        for <address@hidden>; Thu, 18 Jan 2001 19:51:14 +0100
Date: Thu, 18 Jan 2001 19:51:14 +0100
From: Guillaume Morin <address@hidden>
To: address@hidden
Subject: is*() and locales
Message-ID: <address@hidden>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.12i
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-glibc>,
        <mailto:address@hidden>
List-Id: Bug reports for the GNU standard C library <bug-glibc.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-glibc>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/bug-glibc/>

Here are my locale settings

LANG, LANGUAGE, LC_* unset except
LC_ALL=fr_FR
LC_CTYPE=ISO-8859-15
(as suggested by the French HOWTO)

Running this program 

#include <stdio.h>
#include <ctype.h>

int main(void) {
        printf("%d %d\n",isprint('c'),isprint('é'));
        printf("%d %d\n",islower('c'),islower('é'));
        return 0;
}

I get :

address@hidden ~/c/try$ ./uffu 
16384 0
512 0

However according to the is* and locale manpages, it seems that the
is* functions should follow the locale. So 'é' should be considered
as a printable and lowercase character, shouldn't it ?
I've tried many other locale settings, I've been unable to find a
configuration which makes the previous program "work".

I use glibc 2.2.1 on a Debian GNU/Linux (unstable).

Have I made a mistake or is this locale/glibc bug ?

-- 
Guillaume Morin <address@hidden>

          5 years from now everyone will be running free GNU on their
           200 MIPS, 64M SPARCstation-5 (Andy Tanenbaum, 30 Jan 1992)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]