Skip to content

Commit d986566

Browse files
amedeeitext-teamcity
authored andcommitted
Replace garbled Unicode characters
RND-486 Autoported commit. Original commit hash: [f5352136c]
1 parent fb5d6ff commit d986566

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

itext/itext.forms/itext/forms/fields/PdfChoiceFormField.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ public virtual bool IsEdit() {
257257
return GetFieldFlag(FF_EDIT);
258258
}
259259

260-
/// <summary>If true, the field???s option items shall be sorted alphabetically.</summary>
260+
/// <summary>If true, the field's option items shall be sorted alphabetically.</summary>
261261
/// <remarks>
262-
/// If true, the field???s option items shall be sorted alphabetically.
262+
/// If true, the field's option items shall be sorted alphabetically.
263263
/// This flag is intended for use by writers, not by readers.
264264
/// </remarks>
265265
/// <param name="sort">whether or not to sort the items</param>
@@ -271,9 +271,9 @@ public virtual iText.Forms.Fields.PdfChoiceFormField SetSort(bool sort) {
271271
return (iText.Forms.Fields.PdfChoiceFormField)SetFieldFlag(FF_SORT, sort);
272272
}
273273

274-
/// <summary>If true, the field???s option items shall be sorted alphabetically.</summary>
274+
/// <summary>If true, the field's option items shall be sorted alphabetically.</summary>
275275
/// <remarks>
276-
/// If true, the field???s option items shall be sorted alphabetically.
276+
/// If true, the field's option items shall be sorted alphabetically.
277277
/// This flag is intended for use by writers, not by readers.
278278
/// </remarks>
279279
/// <returns>whether or not the items are currently sorted</returns>
@@ -282,7 +282,7 @@ public virtual bool IsSort() {
282282
}
283283

284284
/// <summary>
285-
/// If true, more than one of the field???s option items may be selected
285+
/// If true, more than one of the field's option items may be selected
286286
/// simultaneously; if false, at most one item shall be selected.
287287
/// </summary>
288288
/// <param name="multiSelect">whether or not to allow multiple selection</param>
@@ -294,7 +294,7 @@ public virtual iText.Forms.Fields.PdfChoiceFormField SetMultiSelect(bool multiSe
294294
return (iText.Forms.Fields.PdfChoiceFormField)SetFieldFlag(FF_MULTI_SELECT, multiSelect);
295295
}
296296

297-
/// <summary>If true, more than one of the field???s option items may be selected simultaneously; if false, at most one item shall be selected.
297+
/// <summary>If true, more than one of the field's option items may be selected simultaneously; if false, at most one item shall be selected.
298298
/// </summary>
299299
/// <returns>whether or not multiple selection is currently allowed</returns>
300300
public virtual bool IsMultiSelect() {

itext/itext.kernel/itext/kernel/pdf/canvas/PdfCanvas.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ public virtual iText.Kernel.Pdf.Canvas.PdfCanvas CurveTo(double x1, double y1, d
827827
return this;
828828
}
829829

830-
/// <summary>Appends a B??zier curve to the path, starting from the current point.</summary>
830+
/// <summary>Appends a Bezier curve to the path, starting from the current point.</summary>
831831
/// <param name="x2">x coordinate of the second control point.</param>
832832
/// <param name="y2">y coordinate of the second control point.</param>
833833
/// <param name="x3">x coordinate of the ending point.</param>
@@ -839,7 +839,7 @@ public virtual iText.Kernel.Pdf.Canvas.PdfCanvas CurveTo(double x2, double y2, d
839839
return this;
840840
}
841841

842-
/// <summary>Appends a B??zier curve to the path, starting from the current point.</summary>
842+
/// <summary>Appends a Bezier curve to the path, starting from the current point.</summary>
843843
/// <param name="x1">x coordinate of the first control point.</param>
844844
/// <param name="y1">y coordinate of the first control point.</param>
845845
/// <param name="x3">x coordinate of the ending point.</param>

itext/itext.layout/itext/layout/ElementPropertyContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public virtual T SetTextAlignment(TextAlignment? alignment) {
318318
/// <summary>Defines a custom spacing distance between all characters of a textual element.</summary>
319319
/// <remarks>
320320
/// Defines a custom spacing distance between all characters of a textual element.
321-
/// The character-spacing parameter is added to the glyph???s horizontal or vertical displacement (depending on the writing mode).
321+
/// The character-spacing parameter is added to the glyph's horizontal or vertical displacement (depending on the writing mode).
322322
/// </remarks>
323323
/// <param name="charSpacing">a floating point value</param>
324324
/// <returns>this Element.</returns>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc049f0a199886f76c3e0f8a3e252a8dd6b00d7d
1+
f5352136ce8287c5e5f5af3e88631fa271305744

0 commit comments

Comments
 (0)