Skip to content

Commit c668715

Browse files
Google APIscopybara-github
authored andcommitted
docs: clean up Unicode Normalization Form C references
PiperOrigin-RevId: 471052477
1 parent 5622895 commit c668715

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

google/maps/fleetengine/delivery/v1/delivery_api.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ message CreateDeliveryVehicleRequest {
206206
//
207207
// * Must be a valid Unicode string.
208208
// * Limited to a maximum length of 64 characters.
209-
// * Normalized according to Unicode Normalization Form C
209+
// * Normalized according to [Unicode Normalization Form C]
210210
// (http://www.unicode.org/reports/tr15/).
211211
// * May not contain any of the following ASCII characters: '/', ':', '?',
212212
// ',', or '#'.
@@ -367,7 +367,7 @@ message CreateTaskRequest {
367367
//
368368
// * Must be a valid Unicode string.
369369
// * Limited to a maximum length of 64 characters.
370-
// * Normalized according to Unicode Normalization Form C
370+
// * Normalized according to [Unicode Normalization Form C]
371371
// (http://www.unicode.org/reports/tr15/).
372372
// * May not contain any of the following ASCII characters: '/', ':', '?',
373373
// ',', or '#'.
@@ -418,7 +418,7 @@ message SearchTasksRequest {
418418
//
419419
// * Must be a valid Unicode string.
420420
// * Limited to a maximum length of 64 characters.
421-
// * Normalized according to Unicode Normalization Form C
421+
// * Normalized according to [Unicode Normalization Form C]
422422
// (http://www.unicode.org/reports/tr15/).
423423
// * May not contain any of the following ASCII characters: '/', ':', '?',
424424
// ',', or '#'.

google/maps/fleetengine/delivery/v1/delivery_vehicles.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ message VehicleStop {
192192
//
193193
// * Must be a valid Unicode string.
194194
// * Limited to a maximum length of 64 characters.
195-
// * Normalized according to Unicode Normalization Form C
195+
// * Normalized according to [Unicode Normalization Form C]
196196
// (http://www.unicode.org/reports/tr15/).
197197
// * May not contain any of the following ASCII characters: '/', ':', '?',
198198
// ',', or '#'.

google/maps/fleetengine/delivery/v1/tasks.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ message Task {
178178
//
179179
// * Must be a valid Unicode string.
180180
// * Limited to a maximum length of 64 characters.
181-
// * Normalized according to Unicode Normalization Form C
181+
// * Normalized according to [Unicode Normalization Form C]
182182
// (http://www.unicode.org/reports/tr15/).
183183
// * May not contain any of the following ASCII characters: '/', ':', '?',
184184
// ',', or '#'.
@@ -189,7 +189,7 @@ message Task {
189189
//
190190
// * Must be a valid Unicode string.
191191
// * Limited to a maximum length of 64 characters.
192-
// * Normalized according to Unicode Normalization Form C
192+
// * Normalized according to [Unicode Normalization Form C]
193193
// (http://www.unicode.org/reports/tr15/).
194194
// * May not contain any of the following ASCII characters: '/', ':', '?',
195195
// ',', or '#'.

google/maps/fleetengine/v1/trip_api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ message CreateTripRequest {
130130
//
131131
// * Must be a valid Unicode string.
132132
// * Limited to a maximum length of 64 characters.
133-
// * Normalized according to Unicode Normalization Form C
133+
// * Normalized according to [Unicode Normalization Form C]
134134
// (http://www.unicode.org/reports/tr15/).
135135
// * May not contain any of the following ASCII characters: '/', ':', '?',
136136
// ',', or '#'.

google/maps/fleetengine/v1/vehicle_api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ message CreateVehicleRequest {
221221
//
222222
// * Must be a valid Unicode string.
223223
// * Limited to a maximum length of 64 characters.
224-
// * Normalized according to Unicode Normalization Form C
224+
// * Normalized according to [Unicode Normalization Form C]
225225
// (http://www.unicode.org/reports/tr15/).
226226
// * May not contain any of the following ASCII characters: '/', ':', '?',
227227
// ',', or '#'.

0 commit comments

Comments
 (0)