On 06.09.2012 23:30, stef...@apache.org wrote: > Author: stefan2 > Date: Thu Sep 6 21:30:40 2012 > New Revision: 1381766 > > URL: http://svn.apache.org/viewvc?rev=1381766&view=rev > Log: > Many strings we need to convert to UTF-8 (paths, even log messages) > contain large ASCII chars only sections. Add utility functions > to very efficiently skip those sections at the begin of the strings.
Um. You are aware, of course, that by doing this without any knowledge of the string encoding, you could easily be skipping encoded code points. In other words, the concept is wrong. -- Brane -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download