Ticket #217 (closed Defect: wontfix)
/itunes uses utf-8 characters
| Reported by: | stephen@… | Owned by: | timothy |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Colloquy (Mac) | Version: | 2.0 (2D9) |
| Severity: | Normal | Keywords: | |
| Cc: |
Description
/itunes uses utf-8 characters when printing the *** stars.
This causes irc clients that are not utf-8 aware, and terminals that are not utf-8 aware to either display erroneous characters, or mess up the display, including causing people that use irssi in a screen session that isn't set up correctly for utf-8 to have problems.
When writing network applications, one must be overly accepting in what one recieves, and overly strict about what one sends. Sending utf-8 characters over irc, which has no encoding standard, and where sending differently coded character may cause a problem, is not a good idea.
Perhaps it would be better if simple asterisks, which are ascii characters, would be a better idea.
