mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-05 06:23:53 +09:00
upgrade to laravel 8.0
This commit is contained in:
committed by
Attila Jozsef Kerekes
parent
43f894b58d
commit
27f58c0866
8
vendor/symfony/mime/CharacterStream.php
vendored
8
vendor/symfony/mime/CharacterStream.php
vendored
@@ -81,17 +81,17 @@ final class CharacterStream
|
||||
$this->fixedWidth = 2;
|
||||
break;
|
||||
|
||||
// 32 bits
|
||||
// 32 bits
|
||||
case 'ucs4':
|
||||
case 'ucs-4':
|
||||
case 'utf32':
|
||||
case 'utf-32':
|
||||
$this->fixedWidth = 4;
|
||||
break;
|
||||
break;
|
||||
|
||||
// 7-8 bit charsets: (us-)?ascii, (iso|iec)-?8859-?[0-9]+, windows-?125[0-9], cp-?[0-9]+, ansi, macintosh,
|
||||
// 7-8 bit charsets: (us-)?ascii, (iso|iec)-?8859-?[0-9]+, windows-?125[0-9], cp-?[0-9]+, ansi, macintosh,
|
||||
// koi-?7, koi-?8-?.+, mik, (cork|t1), v?iscii
|
||||
// and fallback
|
||||
// and fallback
|
||||
default:
|
||||
$this->fixedWidth = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user