Issue with cfthread not supporting extended ASCII characters

Hi, I just posted a bug report ([LDEV-2724] - Lucee) because cfthread is not supporting the extended ASCII character set, even when UTF-8 encoding is set. Does anyone have a workaround for this, or know how cfthreads are handled differently from the page thread within Tomcat, given that UTF-8 and support for all Unicode characters is not an issue with the page thread. I’ve tried all sorts of ways to make Tomcat and Lucee configured for UTF-8, but for some reason the ASCII extended characters – everything above chr(128) – become a ? when output within a thread.

Thanks!