i think its the site, wont allow hyperlinking, thats in image code not url code...
hell even if ya click on the link it gives ya a 404 unless you goto the homepage first, or are already on the site somewhere.
kinda crappy if i cant even link to the site...
which was what i was testing anyway, oh well.
It seems that (in Japanese, shift-JIS) a space is inserted after 26 characters with no spaces. This would be equivalent to 52 characters in single byte encoding.
TEST:
窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唸窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唸窶唹
CONFIRMED
So if a space is manually inserted the extra will be 26 characters after _that_ one.
TEST: (space inserted after 3 characters)
窶啀窶啣窶啌 窶售窶啜窶啅窶啖窶啗窶唸窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唸窶唹
CONFIRMED
If a single byte character is included it 'splits' a Japanese character.
TEST: (first 3 is single byte, not double byte).
窶啀窶啣3窶售窶啜窶啅窶啖窶啗窶唸窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唸窶唹
CONFIRMED
Japanese (double byte) spaces don't count.
TEST: (space inserted after 3 characters)
窶啀窶啣窶啌ツ 窶售窶啜窶啅窶啖窶啗窶唸窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唹窶啀窶啣窶啌窶售窶啜窶啅窶啖窶啗窶唸窶唹
CONFIRMED
It seems that the hiragana letters 'ku' and 'a' don't display properly (which is very odd because I'm sure I included them in a test a couple of days back).
TEST: (katakana in CAPITALS)
a ku ku a A KU KU A
窶?窶?窶?窶?ニ但ニ誰ニ誰ニ但
CONFIRMED
The hiragana 'a' uses (hex) 82 a0 and 'ku' uses 82 ad
The a0 and ad are overwritten as * (hex 2a)