Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php // vi: set fenc=utf-8 ts=4 sw=4 et:
/*
 * Copyright (C) 2013 Nicolas Grekas - p@tchwork.com
 *
 * This library is free software; you can redistribute it and/or modify it
 * under the terms of the (at your option):
 * Apache License v2.0 (http://apache.org/licenses/LICENSE-2.0.txt), or
 * GNU General Public License v2.0 (http://gnu.org/licenses/gpl-2.0.txt).
 */

/**
 * Normalizer plugs Patchwork\PHP\Shim\Normalizer as a PHP implementation
 * of intl's Normalizer when the intl extension in not enabled.
 */
class Normalizer extends Patchwork\PHP\Shim\Normalizer
{
}

Commits for Nextrek/Aiba_backup/vendor/patchwork/utf8/class/Normalizer.php

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000