GeekArticles
Web Programming
PythonUnicode Secrets
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 846 times |
Add CommentFiled in: Pythonby Uche Ogbuji May 18, 2005 Poor understanding of Unicode is probably the biggest obstacle users face when trying to learn how to process XML, and Python users are no exception. In my experience, Unicode matters are the most common component in users' cries for help with Python XML tools. In this article and the next I'll present a variety of tips, tricks, and best practices in order to help users minimize Unicode problems. I've covered a few of these issues in the past, but here I...n
Read Article Sponsored Links
Related Articles
• Exploring Secrets of .NET Diagnostics Instrumenting an application with tracing has become increasingly sophisticated as the .NET framework has matured. Find out how to use tracing in your applications, how to fine-tune tracing to your needs with custom listeners, and how to gain field-level and robust formatting control over the out ...
• Quiz - C# and .NET Secrets You are a .NET professional? C# is your native language? Try to answer these questions and prove it! We have assembled a set of questions around C#, the CLR and Intermediate Language. Even if you are not perfectly familiar with those topics give it a ...
• High Performance Unicode Text File I/O Routines for C++ Surprisingly, neither the C++ runtime library nor the Win32 Platform SDK provide any routines to read and write Unicode text files. This article provides high performance routines to read all types of Unicode files (both UTF-16 and UTF-8) as well as ANSI fi ...