Graeme Henderson <[EMAIL PROTECTED]> writes: > What is the suggested method of storing chinese text in a derby > database?
Just to add to this, Derby stored text internally using Unicode UTF-8 representation, so Chinese text works (as long as characters are within the Basic Multilingual Plane, i.e. no surrogate pairs, cf. http://www.alanwood.net/unicode/cjk_unified_ideographs_extension_b.html). Dag
