Terminal control/Display an extended character: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added PicoLisp)
(Display a GBP currency sign.)
Line 1: Line 1:
{{draft task}}
{{draft task}}
The task is to display an extended (non ascii) character onto the terminal.
The task is to display an extended (non ascii) character onto the terminal. For this task, we will display a £ (GBP currency sign).


[[Category:Terminal Control]]
[[Category:Terminal Control]]

Revision as of 18:00, 25 November 2010

Terminal control/Display an extended character is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

The task is to display an extended (non ascii) character onto the terminal. For this task, we will display a £ (GBP currency sign).

PicoLisp

Something like this? <lang PicoLisp>(prinl (char 26413) (char 24140)) # Sapporo </lang> Output:

札幌