Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 125854
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: tlhackque [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Deprecated to_utf8_lower warnings from Text widget
Date: Sun, 15 Jul 2018 16:43:14 -0400
To: bug-Tk [...] rt.cpan.org
From: Timothe Litt <tlhackque [...] cpan.org>
Subject: Deprecated to_utf8_lower warnings from Text widget
To: bug-Tk [...] rt.cpan.org
From: Timothe Litt <tlhackque [...] cpan.org>
If I select 'nocase' in the Edit->Search->Find menu, enter a word & click "Find All", I get this warning on the terminal, which looks like an issue in Tk:     In ..\mathoms.c, line 1154, starting in Perl v5.30, to_utf8_lower() will be removed.  Avoid this message by converting to use toLOWER_utf8_safe(). perl -MTk -e"print $Tk::VERSION" 804.034 perl -V Summary of my perl5 (revision 5 version 26 subversion 1) configuration:   Platform:     osname=MSWin32     osvers=6.1     archname=MSWin32-x64-multi-thread     uname=''     config_args='undef'     hint=recommended     useposix=true     d_sigaction=undef     useithreads=define     usemultiplicity=define     use64bitint=define     use64bitall=undef     uselongdouble=undef     usemymalloc=n     default_inc_excludes_dot=define     bincompat5005=undef   Compiler:     cc='C:\Perl64\site\bin\gcc.exe'     ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields'     optimize='-s -O2'     cppflags='-DWIN32'     ccversion=''     gccversion='4.6.3'     gccosandvers=''     intsize=4     longsize=4     ptrsize=8     doublesize=8     byteorder=12345678     doublekind=3     d_longlong=define     longlongsize=8     d_longdbl=define     longdblsize=16     longdblkind=3     ivtype='long long'     ivsize=8     nvtype='double'     nvsize=8     Off_t='long long'     lseeksize=8     alignbytes=8     prototype=define   Linker and Libraries:     ld='C:\Perl64\site\bin\g++.exe'     ldflags ='-s -static-libgcc -static-libstdc++ -L"C:\Perl64\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib"'     libpth=C:\MinGW\x86_64-w64-mingw32\lib     libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32     perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32     libc=     so=dll     useshrplib=true     libperl=libperl526.a     gnulibc_version=''   Dynamic Linking:     dlsrc=dl_win32.xs     dlext=dll     d_dlsymun=undef     ccdlflags=' '     cccdlflags=' '     lddlflags='-mdll -s -static-libgcc -static-libstdc++ -L"C:\Perl64\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib"' Characteristics of this binary (from libperl):   Compile-time options:     HAS_TIMES     HAVE_INTERP_INTERN     MULTIPLICITY     PERLIO_LAYERS     PERL_COPY_ON_WRITE     PERL_DONT_CREATE_GVSV     PERL_IMPLICIT_CONTEXT     PERL_IMPLICIT_SYS     PERL_MALLOC_WRAP     PERL_OP_PARENT     PERL_PRESERVE_IVUV     USE_64_BIT_INT     USE_ITHREADS     USE_LARGE_FILES     USE_LOCALE     USE_LOCALE_COLLATE     USE_LOCALE_CTYPE     USE_LOCALE_NUMERIC     USE_LOCALE_TIME     USE_PERLIO     USE_PERL_ATOF     USE_SITECUSTOMIZE   Locally applied patches:     ActivePerl Build 2601 [404865]   Built under MSWin32   Compiled at Dec 11 2017 12:23:25   @INC:     C:/Perl64/site/lib     C:/Perl64/lib
Download signature.asc
application/pgp-signature 834b

Message body not shown because it is not plain text.

On 2018-07-15 16:45:27, tlhackque@cpan.org wrote: Show quoted text
> If I select 'nocase' in the Edit->Search->Find menu, enter a word & > click "Find All", I get this warning on the terminal, which looks like > an issue in Tk: > >     In ..\mathoms.c, line 1154, starting in Perl v5.30, to_utf8_lower() > will be removed.  Avoid this message by converting to use > toLOWER_utf8_safe(). >
Confirmed. This will be addressed with the changes done for RT #125665. Regards, Slaven
On 2018-07-15 16:45:27, tlhackque@cpan.org wrote: Show quoted text
> If I select 'nocase' in the Edit->Search->Find menu, enter a word & > click "Find All", I get this warning on the terminal, which looks like > an issue in Tk:
This is fixed in 804.035. Show quoted text
> >     In ..\mathoms.c, line 1154, starting in Perl v5.30, to_utf8_lower() > will be removed.  Avoid this message by converting to use > toLOWER_utf8_safe(). > > perl -MTk -e"print $Tk::VERSION" > 804.034 > > perl -V > Summary of my perl5 (revision 5 version 26 subversion 1) configuration: > >   Platform: >     osname=MSWin32 >     osvers=6.1 >     archname=MSWin32-x64-multi-thread >     uname='' >     config_args='undef' >     hint=recommended >     useposix=true >     d_sigaction=undef >     useithreads=define >     usemultiplicity=define >     use64bitint=define >     use64bitall=undef >     uselongdouble=undef >     usemymalloc=n >     default_inc_excludes_dot=define >     bincompat5005=undef >   Compiler: >     cc='C:\Perl64\site\bin\gcc.exe' >     ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE > -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT > -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields' >     optimize='-s -O2' >     cppflags='-DWIN32' >     ccversion='' >     gccversion='4.6.3' >     gccosandvers='' >     intsize=4 >     longsize=4 >     ptrsize=8 >     doublesize=8 >     byteorder=12345678 >     doublekind=3 >     d_longlong=define >     longlongsize=8 >     d_longdbl=define >     longdblsize=16 >     longdblkind=3 >     ivtype='long long' >     ivsize=8 >     nvtype='double' >     nvsize=8 >     Off_t='long long' >     lseeksize=8 >     alignbytes=8 >     prototype=define >   Linker and Libraries: >     ld='C:\Perl64\site\bin\g++.exe' >     ldflags ='-s -static-libgcc -static-libstdc++ -L"C:\Perl64\lib\CORE" > -L"C:\MinGW\x86_64-w64-mingw32\lib"' >     libpth=C:\MinGW\x86_64-w64-mingw32\lib >     libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 > -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr > -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 >     perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool > -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid > -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 >     libc= >     so=dll >     useshrplib=true >     libperl=libperl526.a >     gnulibc_version='' >   Dynamic Linking: >     dlsrc=dl_win32.xs >     dlext=dll >     d_dlsymun=undef >     ccdlflags=' ' >     cccdlflags=' ' >     lddlflags='-mdll -s -static-libgcc -static-libstdc++ > -L"C:\Perl64\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib"' > > > Characteristics of this binary (from libperl): >   Compile-time options: >     HAS_TIMES >     HAVE_INTERP_INTERN >     MULTIPLICITY >     PERLIO_LAYERS >     PERL_COPY_ON_WRITE >     PERL_DONT_CREATE_GVSV >     PERL_IMPLICIT_CONTEXT >     PERL_IMPLICIT_SYS >     PERL_MALLOC_WRAP >     PERL_OP_PARENT >     PERL_PRESERVE_IVUV >     USE_64_BIT_INT >     USE_ITHREADS >     USE_LARGE_FILES >     USE_LOCALE >     USE_LOCALE_COLLATE >     USE_LOCALE_CTYPE >     USE_LOCALE_NUMERIC >     USE_LOCALE_TIME >     USE_PERLIO >     USE_PERL_ATOF >     USE_SITECUSTOMIZE >   Locally applied patches: >     ActivePerl Build 2601 [404865] >   Built under MSWin32 >   Compiled at Dec 11 2017 12:23:25 >   @INC: >     C:/Perl64/site/lib >     C:/Perl64/lib > >