Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

long_utf8_lines.py 380B

12345678
  1. # -*- coding: utf-8 -*-
  2. """this utf-8 doc string have some non ASCII caracters like 'é', or '¢»ß'"""
  3. ### check also comments with some more non ASCII caracters like 'é' or '¢»ß'
  4. __revision__ = 1100
  5. ASCII = "----------------------------------------------------------------------"
  6. UTF_8 = "--------------------------------------------------------------------éé"