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.

Changing PowerShell's default output encoding to UTF-8

By default, when you redirect the output of a command to a file or pipe it into something else in …

powershell utf-8 character-encoding
Differences between utf8 and latin1

what is the difference between utf8 and latin1?

mysql utf-8 installation latin1
ruby 1.9: invalid byte sequence in UTF-8

I'm writing a crawler in Ruby (1.9) that consumes lots of HTML from a lot of random sites. When trying to …

ruby encoding utf-8
MySQL "incorrect string value" error when save unicode string in Django

I got strange error message when tried to save first_name, last_name to Django's auth_user model. Failed examples …

python mysql django unicode utf-8
Pandas df.to_csv("file.csv" encode="utf-8") still gives trash characters for minus sign

I've read something about a Python 2 limitation with respect to Pandas' to_csv( ... etc ...). Have I hit it? I'm on …

python csv utf-8 pandas
In OS X Lion, LANG is not set to UTF-8, how to fix it?

I try to setup postgress in OS X Lion, and find that is not correctly setup the LOCALE environment var. …

macos encoding utf-8 terminal
Write a file in UTF-8 using FileWriter (Java)?

I have the following code however, I want it to write as a UTF-8 file to handle foreign characters. Is …

java file-io unicode utf-8 file-format
Fixing broken UTF-8 encoding

I am in the process of fixing some bad UTF-8 encoding. I am currently using PHP 5 and MySQL. In my …

php mysql unicode utf-8
Python script to convert from UTF-8 to ASCII

I'm trying to write a script in python to convert utf-8 files into ASCII files: #!/usr/bin/env python # *-* …

python utf-8 character-encoding ascii
How can I output UTF-8 from Perl?

I am trying to write a Perl script using the "utf8" pragma, and I'm getting unexpected results. I'm using Mac …

perl unicode utf-8