Python logo

Table of Contents

  • Unicode HOWTO
    • Introduction to Unicode
      • Definitions
      • Encodings
      • References
    • Python’s Unicode Support
      • The String Type
      • Converting to Bytes
      • Unicode Literals in Python Source Code
      • Unicode Properties
      • Comparing Strings
      • Unicode Regular Expressions
      • References
    • Reading and Writing Unicode Data
      • Unicode filenames
      • Tips for Writing Unicode-aware Programs
        • Converting Between File Encodings
        • Files in an Unknown Encoding
      • References
    • Acknowledgements

Previous topic

Sorting Techniques

Next topic

HOWTO Fetch Internet Resources Using The urllib Package