Contents Index Search Previous Next
F.3.4 The Package Wide_Text_IO.Editing
Static Semantics
1
{Ada.Wide_@!Text_IO.Editing}
The
child package Wide_Text_IO.Editing has the same contents as Text_IO.Editing,
except that:
2
- each occurrence of Character is replaced
by Wide_Character,
3
- each occurrence of Text_IO is replaced
by Wide_Text_IO,
4
- the subtype of Default_Currency is
Wide_String rather than String, and
5
- each occurrence of String in the generic
package Decimal_Output is replaced by Wide_String.
5.a
Implementation defined: The
value of Max_Picture_Length in the package Wide_Text_IO.Editing
6
5 Each of the functions
Wide_Text_IO.Editing.Valid, To_Picture, and Pic_String has String (versus
Wide_String) as its parameter or result subtype, since a picture String
is not localizable.
Contents Index Search Previous Next Legal