public class StringBuilderUtils
extends java.lang.Object
Constructor and Description |
---|
StringBuilderUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
appendCodePoint(java.lang.StringBuilder s,
int utf32Character)
Append the specified UTF-32 code point to the string builder, encoding it in UTF-16 (as is used for standard Java
and C# strings) as a single 16 bit character if it's in the basic multilingual plane or as a surrogate pair if
it's in one of the supplementary planes.
|
public static void appendCodePoint(java.lang.StringBuilder s, int utf32Character)
s
- utf32Character
-