ascfix 0.7.1

Automatic ASCII diagram repair tool for Markdown files
Documentation
# Complex: Unicode Characters in Diagrams
# Tests handling of Unicode box drawing characters

# Mixed Unicode and ASCII box styles
╔══════════════════════════════════════════════╗
║              SYSTEM OVERVIEW                 ║
╠══════════════════════════════════════════════╣
║                                              ║
║  ┌─────────────────────────────────────┐     ║
║  │             Web Tier               │     ║
║  └─────────────────────────────────────┘     ║
║                    │                         ║
║                    ▼                         ║
║  ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓     ║
║  ┃           Application Layer          ┃     ║
║  ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛     ║
║                    │                         ║
║                    ▼                         ║
║  ╭─────────────────────────────────────╮     ║
║  │         Database Layer              │     ║
║  ╰─────────────────────────────────────╯     ║
║                                              ║
╚══════════════════════════════════════════════╝

# Unicode arrows and symbols
┌─────────┐    ┌─────────┐    ┌─────────┐
│ Client  │───▶│  API    │───▶│ Service │
└─────────┘    └─────────┘    └─────────┘
     │             │             │
     └─────────────┼─────────────┘
            ┌─────────┐
            │ Database│
            └─────────┘

# International text in boxes
┌─────────────────────────────┐
│        システム概要         │
│      System Overview       │
│                             │
│  🚀 Frontend Component     │
│  🗄️  Backend Services      │
│  💾 Data Storage Layer     │
└─────────────────────────────┘