ICU-2421 Don't use multi character chars.

X-SVN-Rev: 14917
This commit is contained in:
George Rhoten 2004-04-09 18:59:44 +00:00
parent 5e2748f025
commit 015fce4246

View file

@ -34,7 +34,7 @@ struct URegularExpression {
// TODO: regexp engine should not depend on UnicodeString.
};
static const int32_t REXP_MAGIC = 'rexp';
static const int32_t REXP_MAGIC = 0x72657870; // "rexp" in ASCII
U_NAMESPACE_USE