guile-devel
[Top][All Lists]
Advanced

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

[Fwd: guile-1.7.0 - srfi-13 - Segmentation fault]


From: David Pirotte
Subject: [Fwd: guile-1.7.0 - srfi-13 - Segmentation fault]
Date: Mon, 04 Mar 2002 12:21:26 -0300

David Pirotte wrote:
> 
> hello,
> 
> I inadvertantly raised the following little problem using #'string-titlecase
> from (srfi srfi-13), when applying the function to a string that contains some
> (at least one) letters with accent, such éàî ...
> 
>         SuSE prof 7.3
>         kernel 2.4.10
>         gcc 2.95.3
> 
>         I checked out the cvs guile-core module on Feb, the 27th
>         (and compiled/installed it of course)
> 
>         address@hidden:~/alto/projects/guile/share/alto 37 $ guile
>         guile> (use-modules (srfi srfi-13))
>         guile> (string-titlecase "liège")
>         Segmentation fault
>         address@hidden:~/alto/projects/guile/share/alto 38 $
> 
> So is (string-capitalize "liège"):
> 
>         address@hidden:~/alto/projects/guile/share/alto 44 $ guile
>         guile> (string-capitalize "liège")
>         Segmentation fault
>         address@hidden:~/alto/projects/guile/share/alto 45 $
> 
> But (string-upcase "liège") is ok:
> 
>         address@hidden:~/alto/projects/guile/share/alto 43 $ guile
>         guile> (string-upcase "liège")
>         "LIèGE"
>         guile>
> 
> david
> 
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/guile-user





reply via email to

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