Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When data was copied from Mozilla Firefox to Qt, the text format was not valid. | Denis Dzyubenko | 2009-05-04 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | Mozilla encodes the text/html format in UTF16 and adds a BOM, however it doesn't specify the charset in the html header. The fix is to guess the encoding by either charset in the html header or BOM for text/html format, or by BOM for non html formats. This commit adds a new public function QTextCodec::codecForUtfText() which can be used to guess encoding out of the BOM. Task-number: 250555 Reviewed-by: Benjamin Poulain Reviewed-by: Simon Hausmann Reviewed-by: Andreas Aardal Hanssen | ||||
* | Return the correct MIB number for TSCII. When the code was | Frans Englich | 2009-04-24 | 1 | -0/+6 |
| | | | | | | | | | | | written, IANA hadn't assigned one. Requested/spotted by Nokia i18n team. Task-number: 251790 Reviewed-by: Brad Reviewed-by: Denis AutoTest: In this submit. | ||||
* | Alias for QUtf16Codec is wrong. | Frans Englich | 2009-04-24 | 1 | -0/+6 |
| | | | | | | | | Requested/spotted by Nokia i18n team/Darpan. Task-number: 252102 Reviewed-by: Denis AutoTest: In this submit. | ||||
* | add deployment for WinCE | Maurice Kalinowski | 2009-04-08 | 1 | -0/+1 |
| | |||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 10 | -0/+1836 |