diff --git a/src/util/XMLUni.hpp b/src/util/XMLUni.hpp
index 1c7f179dec3316d41194a97562993deb41b07fee..988cdb8bc40340a2f665ae7548f2c5f3efd85a1f 100644
--- a/src/util/XMLUni.hpp
+++ b/src/util/XMLUni.hpp
@@ -56,6 +56,10 @@
 
 /*
  * $Log$
+ * Revision 1.15  2000/04/11 19:10:55  roddey
+ * Added constant for Yen sign, which needs to be checked for
+ * specially in some new code.
+ *
  * Revision 1.14  2000/03/02 19:54:50  roddey
  * This checkin includes many changes done while waiting for the
  * 1.1.0 code to be finished. I can't list them all here, but a list is
@@ -236,6 +240,8 @@ const XMLCh chLatin_x               = 0x78;
 const XMLCh chLatin_y               = 0x79;
 const XMLCh chLatin_z               = 0x7A;
 
+const XMLCh chYenSign               = 0xA5;
+
 
 class XMLUTIL_EXPORT XMLUni
 {