diff options
Diffstat (limited to 'unicode/biditest2.C')
| -rw-r--r-- | unicode/biditest2.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/biditest2.C b/unicode/biditest2.C index 54a82a8..3399202 100644 --- a/unicode/biditest2.C +++ b/unicode/biditest2.C @@ -335,7 +335,7 @@ void character_test() std::cerr << " " << std::hex << std::setw(4) << std::setfill('0') - << s[i] << "/" + << (unsigned long)s[i] << "/" << std::dec << (int)l[i]; } @@ -506,7 +506,7 @@ void character_test() default: std::cerr << std::hex << std::setw(4) << std::setfill('0') - << c; + << (unsigned long)c; break; } } |
