Silent wrote:
> when I met a bad character problem, I use this
> $cap->query()->charset('utf-8') in cgiapp_init()
Yeah, that's also pretty much a prerequisite for outputting proper
utf8-encoded pages. However, it only affects output AFAIK, so you need both
pieces to this puzzle.
rhesa