┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/ecrire/typographie
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: en.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } // rien sauf les "~" et "-," function typographie_en_dist($letexte) { // zouli apostrophe $letexte = str_replace("'", '’', $letexte); $cherche1 = [ '/ --?,/S' ]; $remplace1 = [ '~\0' ]; $letexte = preg_replace($cherche1, $remplace1, $letexte); $letexte = str_replace(' ', '~', $letexte); $letexte = preg_replace('/ *~+ */', '~', $letexte); $cherche2 = [ '/([^-\n]|^)--([^-]|$)/', '/~/' ]; $remplace2 = [ '\1—\2', ' ' ]; $letexte = preg_replace($cherche2, $remplace2, $letexte); return $letexte; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 en.php
PHP
1.2 KB
2026-04-27 15:58
EDIT
📄 fr.php
PHP
2.3 KB
2026-04-27 15:58
EDIT
📄 index.php
PHP
2 B
2026-04-27 15:58
EDIT