Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  The Teacher's Book /  Basic Calculations /  Input and Output in Notebooks /

11.7 Special Topic: Non-English Characters and Keyboards

If you enter text in languages other than English, you will typically need to use various additional accented and other characters. If your computer system is set up in an appropriate way, then you will often be able to enter such characters directly using standard keys on your keyboard. But however your system is set up, Mathematica TE always provides a uniform way to handle such characters.

Some common European characters.

Here is a function whose name involves an accented character.

In[1]:= Lam\[EAcute][x, y]

Out[1]=

This is another way to enter the same input.

In[2]:= LamAliasIndicatore'AliasIndicator[x, y]

Out[2]=

You should realize that there is no uniform standard for computer keyboards around the world, and as a result it is inevitable that some details of what has been said in this chapter may not apply to your keyboard.
In particular, the identification for example of ControlKey LeftModified 6 RightModified with ControlKey LeftModified^RightModified is valid only for keyboards on which ^ appears as ShiftKey LeftModified6RightModified. On other keyboards, Mathematica TE uses ControlKey LeftModified6RightModified to go to a superscript position, but not necessarily ControlKey LeftModified^RightModified.
Regardless of how your keyboard is set up you can always use palettes or menu commands to set up superscripts and other kinds of notation. And assuming you have some way to enter characters such as \, you can always give input using full names such as \[Infinity] and textual forms such as \(x\/y\).