On 11/06/2013 12:49 PM, Ivanko B wrote:
> Sure, provided that all ansistring-like operations are correct for its
> surrogates.
Codepoints > 2^15 cause a problem with index of a string (as with 
codepoints > 2^7 in UTF8). This needs to be documented appropriately. 
using the index not "explicitly" but only via pos(), copy() and 
delete(). works nonetheless

printable characters defined by composed codepoints provide such 
problems with any code. Even UTF32 does not help here. (Are these two 
strings "=" even though their length is different ?) Supposedly 
providing language support for this is not very appropriate


>
> As Text I/O (OS-API, file, TCP/IP,... ) usually is done only in very
> little instances in a major program, conversions at that point do not
> harm much.
> =============
> Database operations incl SQLITE ones (very intensively used in
> gadgets) ? Processing networking traffic over 1GB+ channels ? Probably
> we need to look into the future :)
... which provides faster CPUs :-P

-Michael

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to