utf_match

Encoding agnostic string compare function.

bool
utf_match
(
Char1
Char2
)
(
Char1[] str1
,
Char2[] str2
)

Parameters

Char1

character type of first string to compare

Char2

character type of second string to compare

str1 Char1[]

first string to compare

str2 Char2[]

second string to compare

Return Value

Type: bool

true if the strings contain the same unicode characters

Meta