Home
last modified time | relevance | path

Searched refs:decode_utf8 (Results 126 – 150 of 1163) sorted by relevance

12345678910>>...47

/dports/converters/p5-Encode/Encode-3.16/t/
H A Ddecode.t5 use Encode qw(decode_utf8 FB_CROAK find_encoding decode);
20 croak_ok { Encode::decode_utf8($orig, FB_CROAK) };
26 croak_ok { Encode::decode_utf8($new, FB_CROAK) };
52 is(Encode::decode_utf8($1), "\N{U+C0}", 'passing magic regex to Encode::decode_utf8');
58 is(Encode::decode_utf8(*a), "*main::\N{U+C0}", 'passing typeglob to Encode::decode_utf8');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Encode/t/
H A Ddecode.t5 use Encode qw(decode_utf8 FB_CROAK find_encoding decode);
20 croak_ok { Encode::decode_utf8($orig, FB_CROAK) };
26 croak_ok { Encode::decode_utf8($new, FB_CROAK) };
52 is(Encode::decode_utf8($1), "\N{U+C0}", 'passing magic regex to Encode::decode_utf8');
58 is(Encode::decode_utf8(*a), "*main::\N{U+C0}", 'passing typeglob to Encode::decode_utf8');
/dports/sysutils/backuppc/BackupPC-3.3.2/lib/BackupPC/CGI/
H A DRestore.pm78 $name = decode_utf8($name);
137 $pathHdr = decode_utf8($pathHdr);
138 $share = decode_utf8($share);
300 $strippedShareDest = decode_utf8($strippedShareDest);
301 $targetFile = decode_utf8($targetFile);
302 $strippedShare = decode_utf8($strippedShare);
303 $f = decode_utf8($f);
308 $In{shareDest} = decode_utf8($In{shareDest});
309 $In{pathHdr} = decode_utf8($In{pathHdr});
H A DBrowse.pm110 $relDir = decode_utf8($relDir);
161 $dirName = decode_utf8($dirName);
221 $fDisp = decode_utf8($fDisp);
274 $thisDir = decode_utf8($share);
279 $thisDir = decode_utf8($d);
327 $dir = decode_utf8($dir);
328 $share = decode_utf8($share);
/dports/sysutils/backuppc-devel/backuppc-cae051c/lib/BackupPC/CGI/
H A DRestore.pm77 $name = decode_utf8($name);
136 $pathHdr = decode_utf8($pathHdr);
137 $share = decode_utf8($share);
299 $strippedShareDest = decode_utf8($strippedShareDest);
300 $targetFile = decode_utf8($targetFile);
301 $strippedShare = decode_utf8($strippedShare);
302 $f = decode_utf8($f);
307 $In{shareDest} = decode_utf8($In{shareDest});
308 $In{pathHdr} = decode_utf8($In{pathHdr});
H A DBrowse.pm109 $relDir = decode_utf8($relDir);
168 $dirName = decode_utf8($dirName);
227 $fDisp = decode_utf8($fDisp);
280 $thisDir = decode_utf8($share);
285 $thisDir = decode_utf8($d);
333 $dir = decode_utf8($dir);
334 $share = decode_utf8($share);
/dports/sysutils/backuppc-devel/backuppc-cae051c/dist/BackupPC-4.3.3.20200531/lib/BackupPC/CGI/
H A DRestore.pm77 $name = decode_utf8($name);
136 $pathHdr = decode_utf8($pathHdr);
137 $share = decode_utf8($share);
299 $strippedShareDest = decode_utf8($strippedShareDest);
300 $targetFile = decode_utf8($targetFile);
301 $strippedShare = decode_utf8($strippedShare);
302 $f = decode_utf8($f);
307 $In{shareDest} = decode_utf8($In{shareDest});
308 $In{pathHdr} = decode_utf8($In{pathHdr});
H A DBrowse.pm109 $relDir = decode_utf8($relDir);
168 $dirName = decode_utf8($dirName);
227 $fDisp = decode_utf8($fDisp);
280 $thisDir = decode_utf8($share);
285 $thisDir = decode_utf8($d);
333 $dir = decode_utf8($dir);
334 $share = decode_utf8($share);
/dports/sysutils/backuppc4/BackupPC-4.4.0/lib/BackupPC/CGI/
H A DRestore.pm78 $name = decode_utf8($name);
137 $pathHdr = decode_utf8($pathHdr);
138 $share = decode_utf8($share);
289 $strippedShareDest = decode_utf8($strippedShareDest);
290 $targetFile = decode_utf8($targetFile);
291 $strippedShare = decode_utf8($strippedShare);
292 $f = decode_utf8($f);
297 $In{shareDest} = decode_utf8($In{shareDest});
298 $In{pathHdr} = decode_utf8($In{pathHdr});
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DLivePreview.pm41 $message = decode_utf8($message);
67 $csubject = decode_utf8($csubject);
82 $myname = decode_utf8($myname);
107 $message = decode_utf8($message);
134 $csubject = decode_utf8($csubject);
183 $message = decode_utf8($message);
213 $myname = decode_utf8($myname);
/dports/net/p5-Net-Whois-Raw/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw/
H A DCommon.pm44 $result->[$level]->{text} = decode_utf8( $result->[$level]->{text} );
366 $resp = decode_utf8( $resp );
380 $resp = decode_utf8( $resp );
396 $resp = decode_utf8( $resp );
407 $resp = decode_utf8( $resp );
428 $resp = decode_utf8( $resp );
450 $resp = decode_utf8( $resp );
471 $resp = decode_utf8( $resp );
495 $resp = decode_utf8( $resp );
513 $resp = decode_utf8( $resp );
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dutf8.cpp55 static inline uint32_t decode_utf8( const char* data , int numBytes ) noexcept in decode_utf8() function
88 return decode_utf8(s,len); in convertUTF8CharToUnicode()
95 return decode_utf8(s,len); in convertUTF8CharToUnicode()
102 return decode_utf8(s,len); in convertUTF8CharToUnicode()
109 return decode_utf8(s,len); in convertUTF8CharToUnicode()
116 return decode_utf8(s,len); in convertUTF8CharToUnicode()
/dports/www/p5-Tatsumaki/Tatsumaki-0.1013/lib/Tatsumaki/
H A DRequest.pm14 $decoded_params->{decode_utf8($k)} = ref $v eq 'ARRAY'
15 ? [ map decode_utf8($_), @$v ] : decode_utf8($v);
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Tools/
H A DText.pm133 $utext = Unicode::UTF8::decode_utf8($text);
135 $utext = Encode::decode_utf8($text);
191 my $t = Encode::is_utf8($text) ? $text : Encode::decode_utf8($text);
219 HTML::Entities::decode_entities(Encode::decode_utf8($str)));
245 Encode::decode_utf8($str),
288 return Encode::encode_utf8(fc(Encode::decode_utf8($str)));
331 eval { Unicode::UTF8::decode_utf8($text, Encode::FB_CROAK()) };
429 my $ustr = Encode::is_utf8($str) ? $str : Encode::decode_utf8($str);
500 $gcstr = Unicode::GCString->new(Encode::decode_utf8($string));
/dports/textproc/p5-Text-Quoted/Text-Quoted-2.10/t/
H A Dexpand_tab_segfault.t12 $a = Encode::decode_utf8("x\303\203 \tz");
14 text => Encode::decode_utf8("x\303\203 z"),
16 raw => Encode::decode_utf8("x\303\203 z"),
/dports/devel/p5-IPC-Run/IPC-Run-20200505.0/t/
H A Dutf8.t22 my $x = Encode::decode_utf8($byte_string);
23 isnt( $x, $byte_string, "Encode::decode_utf8() does not lvalue our bytes string var" );
24 is( $unicode_string, Encode::decode_utf8($byte_string), "byte string and unicode string same string…
35 is( Encode::decode_utf8($bytes_out), $unicode_string, "run() w/ unicode string" );
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Dutf_incoming.t7 use Encode 2.21 'decode_utf8', 'encode_utf8', 'encode';
248 is decode_utf8($res->content), '<p>This is path-heart action ♥</p>', 'correct body';
266 is decode_utf8($res->content), '<p>This is path-hat action ^</p>', 'correct body';
275 is decode_utf8($res->content), '<p>This is base-link action ♥</p>', 'correct body';
284 is decode_utf8($res->content), '<p>This is base-link action ♥</p>', 'correct body';
299 is decode_utf8($res->content), '<p>This is base-link action ♥</p>', 'correct body';
352 is decode_utf8($res->content), "$url", 'correct body'; #should do nothing
419 is decode_utf8($res->content), "<p>This is stream_body_fh action ♥</p>\n";
429 is decode_utf8($res->content), "<p>This is stream_body_fh action ♥</p>\n";
458 is decode_utf8($res->content), "manual_1 ♥", 'correct body';
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/util/
H A Dutf8_iterator.cpp26 uint32_t decode_utf8(const std::string& text, size_t& p);
42 uint32_t decode_utf8(const std::string& text, size_t& p) in decode_utf8() function
97 chr = decode_utf8(text, pos); in UTF8Iterator()
116 chr = decode_utf8(text, pos); in operator ++()
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Compress/t/
H A Dcz-08encoding.t85 my $un = Encode::decode_utf8(uncompress($ces));
86 is $un, $s, " decode_utf8 ok";
89 $un = Encode::decode_utf8(uncompress($ces));
90 is $un, $s, " decode_utf8 ok";
115 is $s, Encode::decode_utf8($uncomp), " decode_utf8 ok" ;
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Compress/t/
H A Dcz-08encoding.t85 my $un = Encode::decode_utf8(uncompress($ces));
86 is $un, $s, " decode_utf8 ok";
89 $un = Encode::decode_utf8(uncompress($ces));
90 is $un, $s, " decode_utf8 ok";
115 is $s, Encode::decode_utf8($uncomp), " decode_utf8 ok" ;
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Compress/t/
H A Dcz-08encoding.t85 my $un = Encode::decode_utf8(uncompress($ces));
86 is $un, $s, " decode_utf8 ok";
89 $un = Encode::decode_utf8(uncompress($ces));
90 is $un, $s, " decode_utf8 ok";
115 is $s, Encode::decode_utf8($uncomp), " decode_utf8 ok" ;
/dports/archivers/p5-IO-Compress/IO-Compress-2.101/t/
H A Dcz-08encoding.t85 my $un = Encode::decode_utf8(uncompress($ces));
86 is $un, $s, " decode_utf8 ok";
89 $un = Encode::decode_utf8(uncompress($ces));
90 is $un, $s, " decode_utf8 ok";
115 is $s, Encode::decode_utf8($uncomp), " decode_utf8 ok" ;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Compress/t/
H A Dcz-08encoding.t85 my $un = Encode::decode_utf8(uncompress($ces));
86 is $un, $s, " decode_utf8 ok";
89 $un = Encode::decode_utf8(uncompress($ces));
90 is $un, $s, " decode_utf8 ok";
115 is $s, Encode::decode_utf8($uncomp), " decode_utf8 ok" ;
/dports/www/p5-Path-Class-URI/Path-Class-URI-0.04/lib/Path/Class/
H A DUnicode.pm37 ufile(Encode::decode_utf8($uri->file('win32')));
39 ufile(Encode::decode_utf8($uri->file('unix')));
47 udir(Encode::decode_utf8($uri->file('win32')));
49 udir(Encode::decode_utf8($uri->file('unix')));
/dports/net/p5-URI/URI-5.10/t/
H A Dutf8.t17 use Encode qw(decode_utf8);
18 $uri = URI->new(decode_utf8 '?Query=%C3%A4%C3%B6%C3%BC');
20 is( decode_utf8(($uri->query_form)[1]), 'äöü');

12345678910>>...47