Page 1 of 1

Problem with case modifier %! %

Posted: Thu Oct 23, 2014 3:41 pm
by den51
Hi

First of all, thanks for coding this great software.

Now, my little issue :
when I use the %!<ulpfs>% command, the result is somehow odd.
Examples :
supposing a song with an initial id3 tag -> title = the song is beautiful
%!uT% returns "the song is beautiful" (according to the help file, all letters should be upper case)
%!UT% returns "THE SONG IS BEAUTIFUL" (U parameter should have no effect ?)
%!pT% returns "The song is beautiful" (should be "The Song is Beautiful", because "is" is defined as "always lower case" in options > case)
%!fT% returns "the song is beautiful" (should be "The song is beautiful")
%!FT% returns "THE SONG IS BEAUTIFUL" (F parameter should have no effect ?)

Am I missing something ?
Is there a possible conflict with any other settings (ie. option > case,even if I think I've never changed any of them...) ?

Thanks

Re: Problem with case modifier %! %

Posted: Thu Oct 23, 2014 7:09 pm
by jtclipper
Thanks for reporting, this should be working now in the latest beta build

Re: Problem with case modifier %! %

Posted: Fri Oct 24, 2014 3:25 pm
by den51
Thanks !

I've just installed the .89b release and it works great !

:)