Questions tagged [unicode]

Unicode is the main standard for the representation and encoding of the text of disparate writing systems; the most common implementation of unicode character encoding, as used by Ubuntu and other operating systems, is UTF-8.

215 questions
216
votes
7 answers

How can I make my shell prompt look like a cheeseburger?

I want my shell prompt to look like a cheeseburger! It would be nice if it also displayed: username, hostname, and current directory.
40
votes
6 answers

How to enable Arabic support in GNOME terminal?

I'm trying to write Arabic in the terminal app but it does not recognize right-to-left text and does not bind the Arabic letters together as it should. I tried this solution https://bugs.launchpad.net/ubuntu/+source/vte/+bug/263822 but it did not…
Pore
  • 401
38
votes
6 answers

Compose "dead_greek" with compose key

The config file for my compose key /usr/share/X11/locale/en_US.UTF-8/Compose lists all the key sequences for composing Greek letters; all of them require the pressure of a special dead_greek key. This is not a physical key of course, so, how can I…
davide
  • 480
33
votes
1 answer

The Unicode look of disapproval no longer displays correctly in 16.04 - how do I fix this?

The Unicode look of disapproval no longer displays correctly within Chrome and Firefox in Ubuntu 16.04: As you can see, the Unicode replacement character is shown instead of the correct symbol. This was working fine in 15.04 - what do I need to do…
Nathan Osman
  • 32,495
33
votes
7 answers

How do I resolve missing characters in my unicode font?

I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render. Here is one example, and here is another example. What is the best course of action to diagnose the root…
merlin2011
  • 599
  • 2
  • 6
  • 17
33
votes
5 answers

How to configure locales to Unicode in a Docker Ubuntu 14.04 container?

I installed a Ubuntu Trusty container using Docker, and when I connect to it, I can see that the locale is set to the bare minimum: sudo docker run -i -t /bin/bash root@:/#…
Pierre
  • 1,140
  • 2
  • 12
  • 17
24
votes
1 answer

Byobu weird character

After the last byobu's update, I realized that the weird character in bottom left of terminal was not repaired. This character is right or not? See link below. Ubuntu 14.04; Language: English (US); Regional Formats: pt_BR
leoheck
  • 514
  • 5
  • 17
22
votes
6 answers

Can I specify what characters set the double-click selection boundary in GNOME Terminal?

When I double-click to select text in GNOME Terminal, the selection stops at spaces but continues over hyphens: Some of my filenames contain uncommon characters such as the heavy teardrop-spoked asterisk and are not selectable by…
ændrük
  • 78,496
20
votes
3 answers

How do I install support for Unicode emoji in Chromium?

How do I make Chromium on Kubuntu render Emoji Unicode characters ? Like these : ❤
Cydonia7
  • 303
  • 1
  • 2
  • 6
18
votes
1 answer

terminal + ssh doesn't display UTF correctly

I have a remote server, to which I connect via SSH. On separate Mac OS and Gentoo computers, when I connect to this server, unicode works fine. On my brand new Ubuntu installation, I don't see unicode on this server correctly and I can't seem to…
Karel Bílek
  • 2,534
18
votes
2 answers

Ways to enter special characters? Is Alt+Numpad possible?

I know there's this question How can I type special characters like ë?, but I'd like to know if there is any possibility to configure the keyboard to use windowish style to insert special characters (Alt+Code in numpad). I know it can be done with…
luri
  • 4,132
17
votes
2 answers

How to name a file to be the very first in Nautilus?

New versions of Nautilus are cool, because they skip nonalphanumeric letters at the beginning of any file name and sort files according to the first alphanumeric letter (if any). But how to name a file in order to sort it before 0? Assume I have a…
aleskva
  • 1,677
  • 3
  • 13
  • 22
17
votes
1 answer

How to view UTF-8 Unicode characters in VIM

I am using VIM 7.4 on an Ubuntu 14.04 64 bit machine. In my .vimrc file, I have the following lines: " Use UTF-8 without BOM set encoding=utf-8 nobomb The config file basically uses Unicode character to display white spaces like tabs, new lines,…
17
votes
9 answers

How can I change the encoding of a subtitle file?

I downloaded a Greek subtitle for a movie, and this is what I see when I open it with Gedit. Subtitle works great on VLC, all perfect. But what if I want to edit this subtitle with some Greek words? I instantly get an error about character…
Leon Vitanos
  • 1,232
14
votes
4 answers

How to download link with unicode using wget?

Sometimes a link has unicode characters in it, such as http://www.example.com/файл.zip If you point your browser to it, it will properly prompt you to download the file as файл.zip. But if you try to do it with wget, the file comes with a mix of ?,…
Strapakowsky
  • 12,304
1
2 3
14 15