| Server IP : 51.254.39.36 / Your IP : 216.73.217.109 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-12GDIEC772I 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_21(allbatf787) ( 0) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/allbat-sb.fr/httpdocs/ |
Upload File : |
# AGENTS.md - UTF-8 Strict Policy ## Encoding Rules (Mandatory) - All text files MUST be read/written as UTF-8. - Never save source files with ANSI/Windows-1252/ISO-8859-1. - Before writing to an existing file, preserve UTF-8 encoding. - If mojibake patterns appear (`Ã`, `Ä`, `Å`, `�`), stop and repair before continuing. ## Safe Write Workflow 1. Create a `.bak` backup before large or bulk text edits. 2. Apply edits in UTF-8 only. 3. Re-open/verify files after write to ensure characters are intact. 4. If encoding corruption is detected, restore from backup and retry with UTF-8. ## Scope - Applies to: `.ts`, `.tsx`, `.js`, `.jsx`, `.json`, `.md`, `.css`, `.html`, `.php`, `.txt`, `.yml`, `.yaml`, `.xml`. ## Prohibited - No auto-conversion to legacy encodings. - No bulk rewrite without backup.