Terminal control/Display an extended character

From Rosetta Code
Revision as of 16:15, 25 November 2010 by rosettacode>Abu (Added PicoLisp)
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.

PicoLisp

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

札幌