Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular Python recipes tagged "unicode"
Tags:
unicode
x
8
k
views
1
score
No more UnicodeDecodeErrors when printing
Python
/
decode
,
error
,
print
,
terminal
,
unicode
/
by
Ádám Szieberth
(10 years ago, revision 2)
11
k
views
3
score
Repair common Unicode mistakes after they've been made (obsoleted by ftfy package)
Python
/
gremlins
,
mojibake
,
obsolete
,
unicode
,
utf8
/
by
Rob Speer
(7 years ago, revision 4)
24
k
views
1
score
Correctly reading CSV files in arbitrary encodings
Python
/
csv
,
unicode
/
by
Devin Jeanpierre
(12 years ago, revision 4)
7
k
views
1
score
Safe unicode representation
Python
/
unicode
/
by
Sridhar Ratnakumar
(13 years ago)
6
k
views
0
score
Decorator for writing polymorphic functions
Python
/
polymorphism
,
unicode
/
by
Baptiste Carvello
(13 years ago, revision 2)
20
k
views
3
score
Rename non-ASCII filenames to readable ASCII, i.e. replace accented characters, etc
Python
/
conversion
,
renaming
,
unicode
/
by
ccpizza
(12 years ago, revision 3)
12
k
views
1
score
Simple reverse converter of unicode code points string
Python
/
code
,
points
,
prefix
,
reverse
,
str
,
string
,
u
,
unicode
/
by
Ryan
(14 years ago, revision 4)
7
k
views
1
score
safe print
Python
/
encode
,
safe
,
unicode
/
by
Trent Mick
(15 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular Python recipes tagged "unicode"
Top-rated recipes
Repair common Unicode mistakes aft…
(Python)
Rename non-ASCII filenames to read…
(Python)
No more UnicodeDecodeErrors when p…
(Python)
Correctly reading CSV files in arb…
(Python)
Safe unicode representation
(Python)
Simple reverse converter of unicod…
(Python)
safe print
(Python)
Decorator for writing polymorphic …
(Python)
Related tags
+
−
code
+
−
conversion
+
−
csv
+
−
decode
+
−
encode
+
−
error
+
−
gremlins
+
−
mojibake
+
−
obsolete
+
−
points
+
−
polymorphism
+
−
prefix
+
−
print
+
−
renaming
+
−
reverse
+
−
safe
+
−
str
+
−
string
+
−
terminal
+
−
u
x
Undo