Top "Multibyte" questions

PHP (mbstring) provides multibyte specific string functions that help you deal with multibyte encodings

Multi-byte safe wordwrap() function for UTF-8

PHP's wordwrap() function doesn't work correctly for multi-byte strings like UTF-8. There are a few examples of mb safe functions …

php string utf-8 word-wrap multibyte
multibyte strtr() -> mb_strtr()

Does anyone have written multibyte variant of function strtr() ? I need this one. Edit 1 (example of desired usage): Example: $from = …

php string multibyte
What do these PHP mbstring settings do?

I'm trying to figure out exactly what these php.ini settings do. What happens when they're set to different values? …

php character-encoding multibyte mbstring
Unicode vs Multi-byte

I'm really confused by this unicode vs multi-byte thing. Say I'm compiling my program in Unicode (but ultimately, I want …

c unicode visual-c++ multibyte
Why use multibyte string functions in PHP?

At the moment, I don't understand why it is really important to use mbstring functions in PHP when dealing with …

php utf-8 multibyte
Has anyone been able to write out UTF-8 characters using python's xlwt?

I'm trying to write data to an excel file that includes Japanese characters. I'm using codec.open() to get the …

python utf-8 multibyte xlwt
How to get byte size of multibyte string

How do I get the byte size of a multibyte-character string in Visual C? Is there a function or do …

c string character-encoding size multibyte
How can I tell if a string contains multibyte characters in Javascript?

Is it possible in Javascript to detect if a string contains multibyte characters? If so, is it possible to tell …

javascript string internationalization multibyte
preg_replace with cyrillic chars

I want to replace these chars [^a-zа-з0-9_] with null, but I can't do it when its multibyte string. …

php replace multibyte
Merge two bytes in java/android

I have a frame of 22 bytes. The frame is the input stream from an accelerometer via bluetooth. The acceleromter readings …

android byte multibyte