UTF8ArrayUnsafeUtility
Provides methods for copying and encoding Unicode text.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static class UTF8ArrayUnsafeUtility
Static Methods
Method | Description |
|---|---|
| Append | Appends UTF-8 text to a buffer. |
| AppendUTF8Bytes | Appends UTF-8 text to a buffer. |
| Copy | Copies a buffer of UCS-8 text. |
| EqualsUTF8Bytes | Returns true if two UTF-8 buffers have the same length and content. |
| StrCmp | Compares two UTF-8 buffers for relative equality. |