[Xorio-commit] SF.net SVN: xorio: [402] trunk/src/java/com/klaiber/xorio/util/helper/ StringUtils.j
Status: Alpha
Brought to you by:
sklaiber
|
From: <skl...@us...> - 2007-01-03 14:14:50
|
Revision: 402
http://svn.sourceforge.net/xorio/?rev=402&view=rev
Author: sklaiber
Date: 2007-01-03 06:14:48 -0800 (Wed, 03 Jan 2007)
Log Message:
-----------
Added to xmlEscapes:
* hellip …
* ndash –
* mdash —
Modified Paths:
--------------
trunk/src/java/com/klaiber/xorio/util/helper/StringUtils.java
Modified: trunk/src/java/com/klaiber/xorio/util/helper/StringUtils.java
===================================================================
--- trunk/src/java/com/klaiber/xorio/util/helper/StringUtils.java 2007-01-03 14:11:27 UTC (rev 401)
+++ trunk/src/java/com/klaiber/xorio/util/helper/StringUtils.java 2007-01-03 14:14:48 UTC (rev 402)
@@ -65,7 +65,10 @@
{"\xF6","ouml"},
{"\xFC","uuml"},
{"\xDF","szlig"},
- {""+(char)146,"acute"}
+ {""+(char)146,"acute"},
+ {""+(char)133,"hellip"},
+ {""+(char)150,"ndash"},
+ {""+(char)151,"mdash"}
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|