Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unicode

What is the best way to remove accents (normalize) in a Python unicode string?

Saving utf-8 texts with json.dumps as UTF8, not as \u escape sequence

How does Zalgo text work?

html unicode zalgo

How do I see what character set a MySQL database / table / column is?

What exactly do "u" and "r" string flags do, and what are raw string literals?

UnicodeDecodeError: 'charmap' codec can't decode byte X in position Y: character maps to <undefined>

std::wstring VS std::string

What's the difference between UTF-8 and UTF-8 without BOM?

What does the 'b' character do in front of a string literal?

python string unicode binary

What's the difference between utf8_general_ci and utf8_unicode_ci?

What characters can be used for up/down triangle (arrow without stem) for display in HTML?

html unicode icons ascii symbols

Why is executing Java code in comments with certain Unicode characters allowed?

java unicode comments

UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 20: ordinal not in range(128)

When to use Unicode Normalization Forms NFC and NFD?