Hi, I create all nodes with Lua functions, and so the glyph / char nodes. Is it safe to create all glyph nodes with subtype 1 (=char) by default? That way I can call lang.hyphenate() directly, without changing any subtypes (protect_glyph/unprotect_glyph). Patrick