issue-#96 Rendering unicode strings

Locked

Should we merge topic branch issue-#96 with master?

Yes
6
86%
No
0
No votes
Abstain
1
14%
 
Total votes: 7

Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

issue-#96 Rendering unicode strings

Post 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
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#96 Rendering unicode strings

Post by Ivan Denisov »

Locked