in reply to Re: english numbers to chinese numbers
in thread english numbers to chinese numbers
Hi AnomalousMonk,
use <code> ... </code> tags
AFAIK <code> tags don't do unicode:
# result: 三万零八百零六
Although the post will be missing the [download] link, I'd suggest <pre> tags:
# result: 三万零八百零六
Update: Or, of course, the OP could use plain ASCII and write unicode characters as e.g. \x{4e09}.
Regards,
-- Hauke D
|
|---|