pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
authorJan Starzynski <jan@planet.de>
Fri, 9 Apr 1999 13:23:07 +0000 (15:23 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 4 Jul 1999 14:54:23 +0000 (14:54 +0000)
commit31351b0411cad332df82232d3c7919b62fb21d0c
treed2ce6f2479e6e3ff871bbb6e3c0a34e4e658e111
parent832c1cda13c7f6b8941ea36a112209c5783b167f
pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
This resulted for example in the 'o' magic not being cleared by
magic_setcollxfrm(), which resulted in strange cmp results.
The bug was reported originally in the message
Subject: Bug with locale
To: perlbug@perl.com
Message-ID: <370DE31B.DAEE1332@planet.de>

p4raw-id: //depot/cfgperl@3568
pp.c