Search code examples
How do I compare single multibyte character constants cross-platform?...


c++character-encodingcross-platformmultibyte

Read More
multi-byte function to replace preg_match_all?...


phpregexmultibytemultibyte-functions

Read More
Correct way to use WideCharToMultiByte when using unicode...


c++unicodemultibyte

Read More
glob() can't find file names with multibyte characters on Windows?...


phpwindowsutf-8filesystemsmultibyte

Read More
preg_replace with cyrillic chars...


phpreplacemultibyte

Read More
What is a multibyte character set?...


utf-8terminologymultibyte

Read More
Check if file contains multibyte character...


linuxmultibyte

Read More
How to format numbers with thin space as a thousand separator?...


phpnumber-formattingmultibyte

Read More
How to manipulate multibyte string in python?...


pythonpython-3.xstring-matchingmultibytemultibyte-characters

Read More
How can I get the single bytes from a multibyte PHP string variable in a binary-safe way?...


phputf-8bytearraysmultibyte

Read More
How can I use strlen in php for Persian?...


phpstrlenmultibytepersian

Read More
Test if char* string contains multibyte characters...


c++unicodemultibyte

Read More
Weird behaviour with multibyte strings and php regex...


phpregexmultibyte

Read More
How does UTF-8 "variable-width encoding" work?...


unicodeutf-8character-encodingmultibyte

Read More
php in_array multibyte equivalent...


phpmultibytembstring

Read More
Perl multi-byte character encoding for HTML...


perlcharacter-encodingmultibyte

Read More
Using variable functions for multibyte strings...


phpstringfunctionvariablesmultibyte

Read More
Does InnoDB stores multibyte strings in expanded form, in indexes?...


indexingutf-8innodbmultibyteutf8mb4

Read More
Difference between mb_substr and substr...


phpstringmultibyte

Read More
How do I make emacs display a multi-byte encoded file, properly? Is it mule?...


emacsunicodemultibyte

Read More
Convert multibyte character array to QChar array...


qtmultibyteqchar

Read More
mb_str_replace()... is slow. any alternatives?...


phpmultibyte

Read More
How do I make the PHP similar_text() function work for Japanese Characters (Kanji, Katakana and Hira...


phpcharacter-encodingcjkmultibyte

Read More
PHP: How to extract from a (multibyte) string all predefined substrings?...


phpstringmultibyte

Read More
PHP arabic text compare using strpos...


phpcharacter-encodingarabicstring-comparisonmultibyte

Read More
php regexp to search replace string functions to mb string functions...


regexmultibytemultibyte-functions

Read More
php extension: how do I use the mb_* functions...


phpmultibyte

Read More
How this works: chr(($number >>6 )+192).chr(($number & 63)+128);...


phputf-8multibytechr

Read More
Anyway to stop receiving a potential multi-byte character string...


character-encodingsql-injectionmultibyte

Read More
Detect if string contains at least 2 letters (form any language) and at least 2 words...


phpregexutf-8multibyte

Read More
BackNext