|
|
|
|
|
by julie1
3738 days ago
|
|
Lol, biggest bug is developer ignoring that latin1 & unicode encoded in UTF8 can coexists in the same stream of data : - HTTP 1.1 headers are ISO-8859-1 (CERN legacy) while content can be UTF8
- SIP being based on HTTP RFC have the same flaw. The CTO of my last VoIP company is still wondering why some callerIDs are breaking his nice python program assuming everything is UTF8 and still does not understand this... Yes, encoding can change, I also saw it while using regionalisation with C# .net in logs. |
|