MediaWiki REL1_31
UserMailerTest.php
Go to the documentation of this file.
1<?php
2
4
8 public function testQuotedPrintable() {
9 $this->assertEquals(
10 "=?UTF-8?Q?=C4=88u=20legebla=3F?=",
11 UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
12 }
13
14}
Base class that store and restore the Language objects.
testQuotedPrintable()
UserMailer::quotedPrintable.
static quotedPrintable( $string, $charset='')
Converts a string into quoted-printable format.