in reply to Re^4: Does String::LCSS work?
in thread Does String::LCSS work?
IMO. The guys that came up with the variable-length encoding should be tried for treason to humanity :)
I agree with the proposed action, but I don't think the problem is the var length so much as the incredible amount of "appears to work" going on as a result of pretending to be backwards compatible. Things would work much better if they failed more noticeably when done wrong.
For example, UTF-16 is a variable width encoding, yet when someone fails to handle it, they don't move on until it's fixed. ("How do I get rid of the space...")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Does String::LCSS work?
by BrowserUk (Patriarch) on Jan 28, 2010 at 02:55 UTC |