↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
sailus | hverkuil: Huomenta! | [10:28] |
.... (idle for 16mn) | ||
hverkuil | sailus: hi | [10:44] |
....... (idle for 31mn) | ||
sailus | hverkuil: How do you do? | [11:15] |
hverkuil | fine, you as well? | [11:17] |
sailus | Fine, too!
On the %p4cc patchset --- would you prefer fourcc codes stripped of the spaces? (I think I would, at least at the end.) | [11:18] |
hverkuil | I would actually prefer to keep the spaces.
Certainly if they appear at the beginning or in the middle. | [11:20] |
sailus | We don't have any of such codes. | [11:21] |
hverkuil | So if you keep those (and I think you have to), then it is inconsistent to strip trailing spaces. | [11:21] |
sailus | But fair enough, Petr was asking the same.
I'll change it to keep them then. | [11:21] |
hverkuil | It's a four character code, just because one character is a space, doesn't mean that it isn't important. It's still a character. | [11:21] |
sailus | How about unprintable characters?
Their hexadecimal numeric value is printed currently, but I guess we could do with something else. | [11:22] |
hverkuil | Today the only non-printable character can be the first byte if bit 7 is set to indicate big-endian, and that's already handled. | [11:23] |
sailus | Petr thought it wasn't clear in which format the number would be, and I think DRM used a question mark in such a case.
Yes. So this is a hypothetical case. | [11:23] |
hverkuil | Yes. It can be replaced by ? if you want to make it really robust, but it shouldn't happen.
Perhaps for a formatter like this being robust is not such a bad idea :-) | [11:23] |
sailus | I'm a bit hesitant of using characters the shell could expand.
It's unlikely to be a problem, but there are choices that certainly aren't. | [11:24] |
hverkuil | Or replace with . | [11:24] |
sailus | Such as .,
Yes. | [11:24] |
hverkuil | or _ | [11:24] |
sailus | I'll propose . | [11:25] |
hverkuil | Just add a comment that unprintable characters shouldn't happen for a valid fourcc. | [11:25] |
sailus | Yes.
I'll send a new version soon then. | [11:26] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |