shubell
|
2016-11-17
, 10:27
|
Posts: 64 |
Thanked: 84 times |
Joined on Oct 2012
|
#11
|
The Following 2 Users Say Thank You to shubell For This Useful Post: | ||
|
2016-11-17
, 11:12
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#12
|
Or do you just edit the onphone python files?
The Following 4 Users Say Thank You to pichlo For This Useful Post: | ||
|
2016-11-17
, 20:45
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#13
|
|
2016-11-18
, 08:13
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#14
|
The Following 3 Users Say Thank You to Ilew For This Useful Post: | ||
|
2016-11-18
, 13:02
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#15
|
The Following 4 Users Say Thank You to xes For This Useful Post: | ||
|
2016-12-16
, 06:54
|
Posts: 64 |
Thanked: 84 times |
Joined on Oct 2012
|
#16
|
The Following 3 Users Say Thank You to shubell For This Useful Post: | ||
|
2016-12-17
, 20:40
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#17
|
well i did a fork on github and merged all the changes. I also included the decoding patch in.
The Following 2 Users Say Thank You to Ilew For This Useful Post: | ||
|
2016-12-19
, 18:08
|
Posts: 64 |
Thanked: 84 times |
Joined on Oct 2012
|
#18
|
The Following 3 Users Say Thank You to shubell For This Useful Post: | ||
|
2016-12-19
, 22:17
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#19
|
well the mms decofing patches are from here
https://bugs.maemo.org/show_bug.cgi?id=12733
things should work but did not test them. Even if they don't the basic functionality does not change as it only adds some new ones
The special value "*", if present in the Accept-Charset field, matches every character set (including ISO-8859-1) which is not mentioned elsewhere in the Accept-Charset field. If no "*" is present in an Accept-Charset field, then all character sets not explicitly mentioned get a quality value of 0, except for ISO-8859-1, which gets a quality value of 1 if not explicitly mentioned. If no Accept-Charset header is present, the default is that any character set is acceptable. If an Accept-Charset header is present, and if the server cannot send a response which is acceptable according to the Accept-Charset header, then the server SHOULD send an error response with the 406 (not acceptable) status code, though the sending of an unacceptable response is also allowed.
The Following 3 Users Say Thank You to Ilew For This Useful Post: | ||
|
2016-12-19
, 22:25
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#20
|
...
Hopefully I got this correct as it's a bit tricky.
...
The patch above is matching with all charsets if one is given and trying to match a specific charset when none is given.
Which doesn't make sense.
Hopefully someone can chime in if I got anything wrong.
The Following User Says Thank You to peterleinchen For This Useful Post: | ||