mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-2421 Don't use multi character chars.
X-SVN-Rev: 14917
This commit is contained in:
parent
5e2748f025
commit
015fce4246
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue