Files
textmate/Frameworks/Find
Allan Odgaard 09294626fe Use stringWithCxxString: instead of calling c_str
The problem with the latter is that a C string is null terminated, but we might have null characters in our string.

Furthermore, the stringWithCxxString: can do a little extra work, like check if the string is NULL_STR or (after next commit) fix redundantly encoded multi-byte sequences.
2015-08-30 10:52:56 +02:00
..
2013-03-07 10:50:19 +01:00