Skip to content

Commit

Permalink
sign off changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-sg committed Feb 27, 2024
1 parent 54fc608 commit b8594ec
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
18 changes: 18 additions & 0 deletions content/en/docs/2024.3/Reference/data-types/text/utf32encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,30 @@ description: "Used to represent UTF32 character encoding."

### Property Editor Support

- The Expression Editor is available for [Input][] properties where the data type is `UnicodeEncoding`.
- The Literal Editor is available for [Input][] properties where the data type is `UnicodeEncoding`.
- The Variable Editor is available for [Input][], [InputOutput][] and [Output][] properties where the data type is `UnicodeEncoding`.

### Known Limitations

## See Also

### Related Data Types

- [Encoding][]
- [UnicodeEncoding][]
- [UTF32Encoding][]

### Related Concepts

### External Documentation

None

[Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}}
[Output]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Output" >}}
[InputOutput]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.InputOutput" >}}

[Encoding]: {{< url path = "Cortex.Reference.DataTypes.Text.Encoding.MainDoc">}}
[UnicodeEncoding]: {{< url path = "Cortex.Reference.DataTypes.Text.UnicodeEncoding.MainDoc">}}
[UTF32Encoding]: {{< url path = "Cortex.Reference.DataTypes.Text.UTF32Encoding.MainDoc">}}
35 changes: 34 additions & 1 deletion content/en/docs/2024.3/Reference/data-types/text/utf8encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@ description: "Used to represent UTF8 character encoding."

<p class="namespace">(System.Text.UTF8Encoding)</p>

{{< workinprogress >}}
{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}}

## Summary

The `UTF8Encoding` data type is used to represent Unicode character encoding.

| | |
|-|-|
| **Category:** | Text |
| **Name:** | `UTF8Encoding` |
| **Full Name:** | `System.Text.UTF8Encoding` |
| **Alias:** | N/A |
| **Description:** | Used to represent Unicode character encoding. |
| **Default Value:** | `null` |
| **Can be used as:** | `UTF8Encoding`, `Encoding`, `object`, `dynamic` |
| **Can be cast to:** | N/A |

## Remarks

### Create a UTF8Encoding
Expand All @@ -20,12 +33,32 @@ description: "Used to represent UTF8 character encoding."

### Property Editor Support

- The Expression Editor is available for [Input][] properties where the data type is `UnicodeEncoding`.
- The Literal Editor is available for [Input][] properties where the data type is `UnicodeEncoding`.
- The Variable Editor is available for [Input][], [InputOutput][] and [Output][] properties where the data type is `UnicodeEncoding`.

### Known Limitations

None

## See Also

### Related Data Types

- [Encoding][]
- [UnicodeEncoding][]
- [UTF32Encoding][]

### Related Concepts

### External Documentation

None

[Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}}
[Output]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Output" >}}
[InputOutput]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.InputOutput" >}}

[Encoding]: {{< url path = "Cortex.Reference.DataTypes.Text.Encoding.MainDoc">}}
[UnicodeEncoding]: {{< url path = "Cortex.Reference.DataTypes.Text.UnicodeEncoding.MainDoc">}}
[UTF32Encoding]: {{< url path = "Cortex.Reference.DataTypes.Text.UTF32Encoding.MainDoc">}}

0 comments on commit b8594ec

Please sign in to comment.