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: &#19977;&#19975;&#38646;&#20843;&#30334;&#38646;&#20845;

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