Skip to content

Commit

Permalink
updated files to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Pisarro committed Jan 4, 2006
1 parent 813fa6a commit 3eb2edf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/example_web.php
Expand Up @@ -7,6 +7,9 @@
* @version CVS: $Id$
*/

// browsers will encode multi-byte characters wrong unless they think the page is utf8-encoded
header('Content-type: text/html; charset=utf-8',true);

require_once 'Text/LanguageDetect.php';

$l = new Text_LanguageDetect;
Expand Down
20 changes: 17 additions & 3 deletions package.xml
Expand Up @@ -13,11 +13,11 @@
</maintainer>
</maintainers>
<release>
<version>0.9.3</version>
<date>2005-12-10</date>
<version>0.9.5</version>
<date>2005-12-19</date>
<license>BSD</license>
<state>beta</state>
<notes>Reorganized files and directories. Package now uses PEAR data dir correctly.</notes>
<notes>Fixed encoding in web example</notes>

<filelist>
<file role="php" name="Text/LanguageDetect.php" >
Expand All @@ -32,6 +32,20 @@

</release>
<changelog>
<release>
<version>0.9.5</version>
<date>2005-12-18</date>
<license>BSD</license>
<state>beta</state>
<notes>Fixed encoding in web example</notes>
</release>
<release>
<version>0.9.4</version>
<date>2005-12-14</date>
<license>BSD</license>
<state>beta</state>
<notes>Style changes</notes>
</release>
<release>
<version>0.9.3</version>
<date>2005-12-10</date>
Expand Down

0 comments on commit 3eb2edf

Please sign in to comment.