Re: How to enter unicode in F9

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

 



Dave Feustel wrote:
> In vim, entering ctl-V u xxxx works. This does not
> work for me on the xterm command line (ksh is shell).
> 
> Is there a way to enter unicode characters in xterm?

One way that will work in any shell is:

uc() { /usr/bin/printf \\u$1; };

Then, use e.g.

echo $(uc 2639)

You can export uc from your initialization file.

Matt Flaschen

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux