17db96d56Sopenharmony_ci# -*- coding: latin1 -*- 27db96d56Sopenharmony_ci# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf' 37db96d56Sopenharmony_ci# at the start of it. Make sure this is preserved if any changes 47db96d56Sopenharmony_ci# are made! Also note that the coding cookie above conflicts with 57db96d56Sopenharmony_ci# the presence of a utf-8 BOM signature -- this is intended. 67db96d56Sopenharmony_ci 77db96d56Sopenharmony_ci# Arbitrary encoded utf-8 text (stolen from test_doctest2.py). 87db96d56Sopenharmony_cix = 'ЉЊЈЁЂ' 97db96d56Sopenharmony_cidef y(): 107db96d56Sopenharmony_ci """ 117db96d56Sopenharmony_ci And again in a comment. ЉЊЈЁЂ 127db96d56Sopenharmony_ci """ 137db96d56Sopenharmony_ci pass 14