Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Unicode « Language Basics « Python
Python
Language Basics
Unicode
1.
Mixed String type: normal string and unicode
2.
Convert string: unicode to normal string
3.
Convert string:normal to unicode
4.
Creating Unicode strings in Python
5.
Small 'u' in front of the quote indicates that an Unicode string
6.
'ur' to have Python use the Raw-Unicode-Escape encoding
7.
Built-in function unicode() provides access to all registered Unicode codecs
8.
Convert a Unicode string into an 8-bit string
9.
Use the unicode() function produce a corresponding Unicode string from a specific encoding