http://qs321.pair.com?node_id=971388


in reply to Re^2: Want to get Term::Complete to complete with Unicode UTF-8
in thread Want to get Term::Complete to complete with Unicode UTF-8

what shows when you type the character you want on the command line (not in your program input)?

Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!

  • Comment on Re^3: Want to get Term::Complete to complete with Unicode UTF-8

Replies are listed 'Best First'.
Re^4: Want to get Term::Complete to complete with Unicode UTF-8
by PerlBroker (Acolyte) on May 21, 2012 at 03:31 UTC
    Command line, in shell, characters are fine. I work with Unicode always. Example ž or ® I can type everything fine in shell, including in that same software, as long as I am not on the line which is under Completion function. That is why I was thinking it is matter of Term::Completion which I use, and I don't have other Completion function to use, that I know. Even in that function, pressing TAB shows correctly Unicode choice, but under that function, using Unicode does not work.
Re^4: Want to get Term::Complete to complete with Unicode UTF-8
by PerlBroker (Acolyte) on May 24, 2012 at 06:38 UTC
    I found on Internet, but information may not be true, that Term::Readline does not support Unicode.