[w3m-dev 04213] update Unicode charcters' width

This commit is contained in:
Dai Sato
2007-05-23 11:34:09 +00:00
parent 5441e3a0ae
commit e67286c23c
4 changed files with 16 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
#define WC_C_CANCEL_TAG 0xE007F
#define WC_C_UCS4_PLANE1 0x10000
#define WC_C_UCS4_PLANE2 0x20000
#define WC_C_UCS4_PLANE3 0x30000
#define wc_ucs_tag_to_ucs(c) ((c) & WC_C_UNICODE_MASK)
#define wc_ucs_tag_to_tag(c) ((c) >> 24)