writing extended ascii chars in Konsole

Asked by Francisco

How can i write in a konsole session the print chars from ascii code = 128 to ascii code = 255

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdebase Edit question
Assignee:
No assignee Edit question
Solved by:
Simos Xenitellis 
Solved:
Last query:
Last reply:
Revision history for this message
Simos Xenitellis  (simosx) said :
#1

Ubuntu (and any Linux distribution) supports the Unicode standard, and you have more than 20000 characters to choose from (instead of 127 to 255).

I am not familiar with Konsole; if you can install the GNOME desktop, start GNOME Terminal and type Ctrl+Shift+u, then type the Unicode code of the character you want to print.
For available characters, see Applications/Accessories/Character Map (again, that's Ubuntu).

For example,
‣⁂⁑⁜⁕⁴⁵⁶⁷€ↂ⇫∰∎⌨⌘⍍⏏ⓤⓑⓤⓝⓣⓤ╒╤══╕█▓▒░◢◣◢◣☤☘☺☯✺✹✡

Revision history for this message
Francisco (francisco-g-s) said :
#2

Thanks a lot for your help, but it doesnt work.
I tryed in a konsole session :
Settings --> Keyboard
and choose Linux console
and then typed Ctrl+Shift+u and the Unicode code of the character;
I tried the decimal code and the exadecimal code and neither work.
Thanks again for your help.
Francisco

Revision history for this message
Best Simos Xenitellis  (simosx) said :
#3

The Ctrl+Shift+u works for Ubuntu, which means you need to use "gnome-terminal" instead of konsole (Kubuntu).
Use Synaptic Package Manager and install "gnome-terminal".

Revision history for this message
Francisco (francisco-g-s) said :
#4

I've installed the gnome-terminal and it works fine.
My question is solved.
Thank very much.