Jason Dagit <[email protected]> writes: > This fixes some things in the UTF-8 metadata that's in the HEAD already. > It > reintroduces the 'Ignore-this: UTF-8' line to be able to distinguish > normalized and denormalized strings, and it fixes the crash bug reported > as > issue1739. I am still opposed to Ignore-This hacks.
> Sun Feb 21 16:56:14 CET 2010 Reinier Lamers <[email protected]> > * resolve issue1739: make ColorPrinter handle characters > 255 > The issue1739 fix makes ColorPrinter escape characters greater than 127 as > "<U+XXXX>" instead of "\xx". I borrowed that notation from less (the > pager). > The "U+XXXX" part is an accepted way of referring to Unicode code points. As for this part of the patch, it looks ok and could be pushed, as far as I can tell. Does not seem to depend on the former. Yours, Petr. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
