Fix the `@author` doc param encoding in `Text/Diff/Engine/string` so the file is recognized as UTF-8, not ISO-8859-1.

git-svn-id: https://develop.svn.wordpress.org/trunk@35390 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-10-24 22:44:36 +00:00
parent b4c270030f
commit 1836e14bf2
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
* echo $renderer->render($diff); * echo $renderer->render($diff);
* </code> * </code>
* *
* Copyright 2005 Örjan Persson <o@42mm.org> * Copyright 2005 Örjan Persson <o@42mm.org>
* Copyright 2005-2010 The Horde Project (http://www.horde.org/) * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
* *
* See the enclosed file COPYING for license information (LGPL). If you did * See the enclosed file COPYING for license information (LGPL). If you did
* not receive this file, see http://opensource.org/licenses/lgpl-license.php. * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
* *
* @author Örjan Persson <o@42mm.org> * @author Örjan Persson <o@42mm.org>
* @package Text_Diff * @package Text_Diff
* @since 0.2.0 * @since 0.2.0
*/ */