This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Standalone script to test Unicode apostrophe encoding issues. | |
This reproduces the "It's" → "It’s" encoding issue and tests various encodings. | |
Run directly with: python encoding_check.py | |
""" | |
def check_unicode_apostrophe_encoding(): |