Page 1 of 1

issue-#96 Rendering unicode strings

Posted: Thu Feb 04, 2016 10:35 am
by Ivan Denisov
This voting is about issue-#96:
Discussion

All the texts with Unicode chars rendered slowly because they was preceded letter by letter in GatherString procedure of TextSetters.

This bug fix using Kernel.IsAlpha procedure for better detection of words in Unicode texts.

The suggested differences:
http://redmine.blackboxframework.org/pr ... 73062d3201

The BlackBox version for testing:
http://blackboxframework.org/unstable/i ... a1.415.zip

Re: issue-#96 Rendering unicode strings

Posted: Sat Feb 06, 2016 2:24 am
by Ivan Denisov