Menu

#47 swt(containing japanese characters) output incorrect

open
nobody
None
5
2003-03-17
2003-03-17
Anonymous
No

Publish SWT(Containing Japanese Text and
Font included) with Flash5.

JGenerator parses that SWT,
and:

( Text#gen2DBCSchars(b[],i,i,c[]) )
outbuf[size++] = (char) ((hi<<8) | lo);

this CHAR will unmatch with font's codeTable
[idx] at layout()...

once i tried to replace the line below with:

outbuf[size++] = (char) ((lo<<8) | hi);

output seems correct.

may it be bug??

#
sorry for bad english.

tanigon
(tanigon@tanigon.godhand.com)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB