Unicode : Language Basics : Python examples (example source code) Organized by topic
Java
Java Tutorial
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL/SQL
Oracle Tutorial
PostgreSQL
SQL / MySQL
VB.Net
VB.Net Tutorial
Python
»
Language Basics
»
[ Unicode ]
Screenshots
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
Home
|
Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.