Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unicode

How to search for non-ASCII characters with bash tools?

bash unicode grep

Why is length of "Níðhöggr" 9?

haskell unicode

Nokogiri, open-uri, and Unicode Characters

In what JS engines, specifically, are toLowerCase & toUpperCase locale-sensitive?

Combining Devanagari characters

advantage of QString over std::string

c++ string qt unicode qt-creator

How can I properly display German characters in HTML?

html unicode localization

Detecting individual Unicode character support with JavaScript

Printing a utf-8 encoded string

python unicode encoding

TypeError: coercing to Unicode: need string or buffer, int found

Read Unicode characters from command-line arguments in Python 2.x on Windows

Convert UTF8 to UTF16 using iconv

Google App Engine: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 48: ordinal not in range(128)

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026'

How to fix Unicode encode error using the hashlib module?

python unicode hashlib

Best way to convert a Unicode URL to ASCII (UTF-8 percent-escaped) in Python?

python url unicode utf-8

Python 3: os.walk() file paths UnicodeEncodeError: 'utf-8' codec can't encode: surrogates not allowed

How do I treat an ASCII string as unicode and unescape the escaped characters in it in python?

python unicode ascii

Defining the character encoding of a JavaScript source file

javascript unicode encoding

How to hack GHCi (or Hugs) so that it prints Unicode chars unescaped?