Mantis - Quercus
Viewing Issue Advanced Details
4567 major always 05-20-11 04:37 07-27-12 19:47
andrew_miah  
nam  
normal  
closed  
fixed  
none    
none  
0004567: Cannot Enable Unicode (4.0.18)
Hello,

Sorry this is a tricky one. We couldn't seem to enable unicode semantics via php.ini using all of the following directives:

unicode.semantics=on
unicode.output_encoding=utf-8
unicode.runtime_encoding=utf-8
iconv.output_encoding=utf-8
unicode.fallback_encoding=utf-8

Instead we manually enabled unicode semantics at runtime:

quercus_get_quercus()->setUnicodeSemantics( TRUE );

Though this seems to cause spurious on page refreshes, initially failing and subsequently working. Does unicode work in Quercus or should we rely on 8859- ? Using this method also seemed to cause problems with arrays and isset tests in class methods.

BR,
Andrew.

Notes
(0005280)
andrew_miah   
05-01-11 07:46   
Hello,

Is there any update regarding this issue? I just need to know if you intend to permit UTF-8 in Quercus?

BR,
Andrew.
(0005988)
nam   
07-27-12 19:47   
Fixed for 4.0.30.

http://bugs.caucho.com/view.php?id=5160 [^]