Top "Utf-8" questions

UTF-8 is a character encoding that describes each Unicode code point using a byte sequence of one to four bytes.

URL Decoding in PHP

I am trying to decode this URL string using PHP's urldecode function: urldecode("Ant%C3%B4nio+Carlos+Jobim"); This …

php url utf-8 urldecode
How to correctly parse UTF-8 encoded HTML to Unicode strings with BeautifulSoup?

I'm running a Python program which fetches a UTF-8-encoded web page, and I extract some text from the HTML …

python unicode utf-8 beautifulsoup urllib2
Save all files in Visual Studio project as UTF-8

I wonder if it's possible to save all files in a Visual Studio 2008 project into a specific character encoding. I …

visual-studio utf-8 character-encoding
Convert a string to a byte array in PowerShell version 2

What I'm trying to do is use SHA1 UTF-8 encryption and then base64 encoding and on a password string value. …

powershell encoding utf-8 bytearray sha1
MySQL Workbench charset

Does there exist any way to change the MySQL Workbench charset? My schema uses UTF-8 and when I view the …

mysql utf-8 character-encoding latin1 workbench
What is a multibyte character set?

Does the term multibyte refer to a charset whose characters can - but don't have to be - wider than 1 …

utf-8 terminology multibyte
Binary to text in Java

I have a String with binary data in it (1110100) I want to get the text out so I can print …

java string encoding utf-8 nsstringencoding
What is the regex to extract all the emojis from a string?

I have a String encoded in UTF-8. For example: Thats a nice joke 😆😆😆 😛 I have to extract all the emojis …

java regex utf-8 emoji
How to solve "unable to switch the encoding" error when inserting XML into SQL Server

I'm trying to insert into XML column (SQL SERVER 2008 R2), but the server's complaining: System.Data.SqlClient.SqlException (0x80131904): XML …

.net sql-server xml utf-8 utf-16
How many characters can be stored in 4KB?

How many characters can i store in 4kb when the characters are in utf-8 encoding ?

cookies utf-8 character