Go to the documentation of this file.
11 $this->assertEquals(
'UTF-8',
$res );
21 $iptcData =
"Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x06\x1c\x02\x19\x00\x01\xBC";
22 $res = IPTC::Parse( $iptcData );
23 $this->assertEquals(
array(
'¼' ),
$res[
'Keywords'] );
32 $iptcData =
"Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x09\x1c\x02\x19\x00\x04\xC3\xC3\xC3\xB8";
33 $res = IPTC::Parse( $iptcData );
34 $this->assertEquals(
array(
'ÃÃø' ),
$res[
'Keywords'] );
44 $iptcData =
"Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x11\x1c\x02\x19\x00\x04\xC3\xC3\xC3\xB8"
45 .
"\x1c\x01\x5A\x00\x03\x1B\x25\x47";
46 $res = IPTC::Parse( $iptcData );
47 $this->assertEquals(
array(
'ø' ),
$res[
'Keywords'] );
54 $iptcData =
"Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x07\x1c\x02\x19\x00\x02¼";
55 $res = IPTC::Parse( $iptcData );
56 $this->assertEquals(
array(
'¼' ),
$res[
'Keywords'] );
64 $iptcData =
"Photoshop 3.0\08BIM\4\4"
66 .
"\x1c\x02\x19" .
"\x00\x01" .
"\xBC"
67 .
"\x1c\x02\x19" .
"\x00\x02" .
"\xBC\xBD";
68 $res = IPTC::Parse( $iptcData );
69 $this->assertEquals(
array(
'¼',
'¼½' ),
$res[
'Keywords'] );
77 $iptcData =
"Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x0F\x1c\x02\x19\x00\x02¼\x1c\x01\x5A\x00\x03\x1B\x25\x47";
78 $res = IPTC::Parse( $iptcData );
79 $this->assertEquals(
array(
'¼' ),
$res[
'Keywords'] );
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
testIPTCParseNoCharset88591b()
@covers IPTC::Parse
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
static getCharset( $tag)
take the value of 1:90 tag and returns a charset
testIPTCParseUTF8()
@covers IPTC::Parse
testIPTCParseNoCharset88591()
@covers IPTC::Parse
testIPTCParseForcedUTFButInvalid()
Same as testIPTCParseNoCharset88591b, but forcing the charset to utf-8.
testIPTCParseNoCharsetUTF8()
@covers IPTC::Parse
testIPTCParseMulti()
Testing something that has 2 values for keyword @covers IPTC::Parse.
testRecognizeUtf8()
@covers IPTC::getCharset