Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UTF8ArrayUnsafeUtility

Provides methods for copying and encoding Unicode text.
Read time 1 minuteLast updated 8 days ago

Definition

public static class UTF8ArrayUnsafeUtility

Static Methods

Method

Description

AppendAppends UTF-8 text to a buffer.
AppendUTF8BytesAppends UTF-8 text to a buffer.
CopyCopies a buffer of UCS-8 text.
EqualsUTF8BytesReturns true if two UTF-8 buffers have the same length and content.
StrCmpCompares two UTF-8 buffers for relative equality.