CVS difference for ai05s/ai05-0185-1.txt
--- ai05s/ai05-0185-1.txt 2011/09/29 06:34:02 1.8
+++ ai05s/ai05-0185-1.txt 2011/10/21 06:42:22 1.9
@@ -223,10 +223,10 @@
function To_Lower (Item : Wide_String) return Wide_String;
- Returns the result of applying the To_Lower Wide_Character to
- Wide_Character conversion to each element of the Wide_String designated by
- Item. The result is the null Wide_String if the value of the formal
- parameter is the null Wide_String. The lower bound of the result Wide_String is 1.
+ Returns the result of applying the To_Lower conversion to each Wide_Character
+ element of the Wide_String designated by Item. The result is the null Wide_String
+ if the value of the formal parameter is the null Wide_String. The lower bound
+ of the result Wide_String is 1.
function To_Upper (Item : Wide_Character) return Wide_Character;
@@ -237,10 +237,10 @@
function To_Upper (Item : Wide_String) return Wide_String;
- Returns the result of applying the To_Upper Wide_Character to
- Wide_Character conversion to each element of the Wide_String designated by
- Item. The result is the null Wide_String if the value of the formal
- parameter is the null Wide_String. The lower bound of the result Wide_String is 1.
+ Returns the result of applying the To_Upper conversion to each Wide_Character
+ element of the Wide_String designated by Item. The result is the null Wide_String
+ if the value of the formal parameter is the null Wide_String. The lower bound
+ of the result Wide_String is 1.
A.3.6 The Package Wide_Wide_Characters.Handling
@@ -515,10 +515,10 @@
@xcode<@b<function> To_Lower (Item : Wide_String) @b<return> Wide_String;>
-@xindent<Returns the result of applying the To_Lower Wide_Character to
-Wide_Character conversion to each element of the Wide_String designated by Item.
-The result is the null Wide_String if the value of the formal parameter is the
-null Wide_String. The lower bound of the result Wide_String is 1.>
+@xindent<Returns the result of applying the To_Lower conversion to each Wide_Character
+element of the Wide_String designated by Item. The result is the null Wide_String
+if the value of the formal parameter is the null Wide_String. The lower bound
+of the result Wide_String is 1.>
@xcode<@b<function> To_Upper (Item : Wide_Character) @b<return> Wide_Character;>
@@ -529,10 +529,10 @@
@xcode<@b<function> To_Upper (Item : Wide_String) @b<return> Wide_String;>
-@xindent<Returns the result of applying the To_Upper Wide_Character to
-Wide_Character conversion to each element of the Wide_String designated by Item.
-The result is the null Wide_String if the value of the formal parameter is the
-null Wide_String. The lower bound of the result Wide_String is 1.>
+@xindent<Returns the result of applying the To_Upper conversion to each Wide_Character
+element of the Wide_String designated by Item. The result is the null Wide_String
+if the value of the formal parameter is the null Wide_String. The lower bound
+of the result Wide_String is 1.>
!corrigendum A.3.6(0)
Questions? Ask the ACAA Technical Agent