Curation by mkidd 10 months, 2 weeks ago for query UTF8
Original results
-
https://godoc.org/unicode/utf8 — found via Mwmbl
utf8 package - unicode/utf8 - Go Packages
DecodeLastRune unpacks the last UTF-8 encoding in p and returns the rune and its width in bytes. If p is empty it returns (RuneError, 0). Otherwise, if th…
-
http://www.utf8.com/ — found via Mwmbl
UTF-8 and Unicode Standards
U nicode T ransformation F ormat 8 -bit is a variable-width encoding that can represent every character in the Unicode character set. It was designed for …
-
https://www.npmjs.org/package/utf8 — found via Mwmbl
utf8 - npm
npm utf8 utf8.js utf8.js is a well-tested UTF-8 encoder/decoder written in JavaScript. Unlike many other JavaScript solutions, it is designed to be a pro…
-
http://search.cpan.org/perldoc?utf8 — found via Mwmbl
utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in so…
DESCRIPTION The use utf8 pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The no utf8 pragma tells Perl to s…
-
http://www.perlmonks.org/?node_id=644786 — found via Mwmbl
UTF8 related proof of concept exploit released at T-DOSE
Note: the following is not about a bug in Perl (but instead actually a misused feature), but a bug that might be in your Perl program. Here's a detailed …
-
https://onlineutf8tools.com/ — found via Mwmbl
Online UTF8 Tools - Simple, free and easy to use UTF8 utilities
Online UTF8 tools is a collection of useful browser-based utilities for working with UTF8 encoding. All UTF8 tools are simple, free and easy to use. There…
-
https://github.com/symfony/symfony/issues/16776 — found via Mwmbl
UTF8 characters in Test-URL not handled properly by parse_url() …
To tell the story: I lately updated from 2.4.10 to 2.7.7 and saw some of my tests failing. One of them was a functional test, requesting the URI /file/pro…
-
http://forum.geonames.org/gforum/posts/list/208.page — found via Mwmbl
utf8 names for administrative subdivision
It is created during the full dump using the English alternate name if one is available. For some admin divisions we don't yet have an English alternate …
-
http://www.nntp.perl.org/group/perl.perl5.porters/239070 — found via Mwmbl
utf8 mystery in pp_index - nntp.perl.org
utf8 mystery in pp_index I had a new Coverity run on blead and it noticed an oddity in pp.c:pp_index:3551 or thereabouts: 3550 sv_utf8_upgrade(temp); cons…
-
https://github.com/gisle/data-dump/pull/14 — found via Mwmbl
Keep utf8 if it is available by ambs · Pull Request #14 · gisle/…
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions ca…
-
https://gist.github.com/PatrickPijnappel/3241bba66acab9c8913f — found via Mwmbl
UTF8 Comparison · GitHub
// We can return 2/3 here because all other checks on those CUs passed. if buffer & 0x00c00000 != 0x00800000 { return ( nil , 2 ) } return ( nil , 3 ) } /…
-
https://github.com/karupanerura/p5-AnyEvent-ForkManager/pull/5 — found via Mwmbl
utf8 not needed by choroba · Pull Request #5 · karupanerura/p5-A…
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions ca…
-
https://github.com/dotnet/roslyn/pull/59390 — found via Mwmbl
Support raw UTF8 String Literals by AlekseyTs · Pull Request #59…
If you insist, I can add the suggested test. However, I do not see much benefits in testing every single directive flavor. The goal is to test how we scan…
-
http://www.nntp.perl.org/group/perl.perl5.porters/233486 — found via Mwmbl
Corrupt UTF8 Package names - nntp.perl.org
Corrupt UTF8 Package names There are some internal API's related to globnames and package names that will cause Perl to segfault if you feed them broken u…
-
https://github.com/socketio/engine.io/issues/315 — found via Mwmbl
Double encoding/decoding UTF8 · Issue #315 · socketio/engine.io …
It appears that engine.io is double-decoding (and double-encoding) UTF8 strings for polling clients. In particular, if polling clients specify any content…
-
http://www.nntp.perl.org/group/perl.perl5.porters/233490 — found via Mwmbl
Re: Corrupt UTF8 Package names - nntp.perl.org
Re: Corrupt UTF8 Package names demerphq wrote: > There are some internal API's related to globnames and package names > that will cause Perl to segfault i…
-
https://pypi.python.org/pypi/rfc5424-logging-handler/1.0.1 — found via Mwmbl
rfc5424-logging-handler · PyPI
Note the UTF8 Byte order mark (BOM) preceding the message. While required by `RFC 5424 section 6.4 <https://tools.ietf.org/html/rfc5424#section-6.4>`_ i…
-
https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/pull/25/files — found via Mwmbl
speed up utf8 DFA by travisdowns · Pull Request #25 · lemire/Cod…
The reason will be displayed to describe this comment to others. Learn more . Modern versions of Java and/or Maven can't compile Java 1.5 source any more,…
-
https://help.x64dbg.com/en/latest/introduction/Expression-functions.html — found via Mwmbl
Expression Functions — x64dbg documentation
The functions utf8 and utf16 can be used as inputs for other functions that take str arguments. The expression utf8(rax) does not return a number, so it c…
-
https://github.com/adamreisnz/replace-in-file/commit/0c465e850d42ca08ae5bf33d3c2631bf16905176 — found via Mwmbl
feat: utf8 encoding by default · adamreisnz/replace-in-file@0c46…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://bugs.swift.org/browse/SR-7602?focusedCommentId=35396&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel — found via Mwmbl
[SR-7602] UTF8 should be (one of) the fastest String encoding(s)…
I believe that there are really only one (and a half) encodings that matter today: UTF8 (and its subset ASCII). Therefore it's important that Swift's fas…
New results
-
http://www.utf8.com/ — found via Mwmbl
UTF-8 and Unicode Standards
U nicode T ransformation F ormat 8 -bit is a variable-width encoding that can represent every character in the Unicode character set. It was designed for …
-
https://en.wikipedia.org/wiki/UTF-8 — found via User
UTF-8 - Wikipedia
UTF-8 is capable of encoding all 1,112,064[a] valid Unicode code points using one to four one-byte (8-bit) code units. Code points with lower numerical va…
-
https://godoc.org/unicode/utf8 — found via Mwmbl
utf8 package - unicode/utf8 - Go Packages
DecodeLastRune unpacks the last UTF-8 encoding in p and returns the rune and its width in bytes. If p is empty it returns (RuneError, 0). Otherwise, if th…
-
https://www.npmjs.org/package/utf8 — found via Mwmbl
utf8 - npm
npm utf8 utf8.js utf8.js is a well-tested UTF-8 encoder/decoder written in JavaScript. Unlike many other JavaScript solutions, it is designed to be a pro…
-
http://search.cpan.org/perldoc?utf8 — found via Mwmbl
utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in so…
DESCRIPTION The use utf8 pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The no utf8 pragma tells Perl to s…
-
http://www.perlmonks.org/?node_id=644786 — found via Mwmbl
UTF8 related proof of concept exploit released at T-DOSE
Note: the following is not about a bug in Perl (but instead actually a misused feature), but a bug that might be in your Perl program. Here's a detailed …
-
https://onlineutf8tools.com/ — found via Mwmbl
Online UTF8 Tools - Simple, free and easy to use UTF8 utilities
Online UTF8 tools is a collection of useful browser-based utilities for working with UTF8 encoding. All UTF8 tools are simple, free and easy to use. There…
-
https://github.com/symfony/symfony/issues/16776 — found via Mwmbl
UTF8 characters in Test-URL not handled properly by parse_url() …
To tell the story: I lately updated from 2.4.10 to 2.7.7 and saw some of my tests failing. One of them was a functional test, requesting the URI /file/pro…
-
http://forum.geonames.org/gforum/posts/list/208.page — found via Mwmbl
utf8 names for administrative subdivision
It is created during the full dump using the English alternate name if one is available. For some admin divisions we don't yet have an English alternate …
-
http://www.nntp.perl.org/group/perl.perl5.porters/239070 — found via Mwmbl
utf8 mystery in pp_index - nntp.perl.org
utf8 mystery in pp_index I had a new Coverity run on blead and it noticed an oddity in pp.c:pp_index:3551 or thereabouts: 3550 sv_utf8_upgrade(temp); cons…
-
https://github.com/gisle/data-dump/pull/14 — found via Mwmbl
Keep utf8 if it is available by ambs · Pull Request #14 · gisle/…
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions ca…
-
https://gist.github.com/PatrickPijnappel/3241bba66acab9c8913f — found via Mwmbl
UTF8 Comparison · GitHub
// We can return 2/3 here because all other checks on those CUs passed. if buffer & 0x00c00000 != 0x00800000 { return ( nil , 2 ) } return ( nil , 3 ) } /…
-
https://github.com/karupanerura/p5-AnyEvent-ForkManager/pull/5 — found via Mwmbl
utf8 not needed by choroba · Pull Request #5 · karupanerura/p5-A…
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions ca…
-
https://github.com/dotnet/roslyn/pull/59390 — found via Mwmbl
Support raw UTF8 String Literals by AlekseyTs · Pull Request #59…
If you insist, I can add the suggested test. However, I do not see much benefits in testing every single directive flavor. The goal is to test how we scan…
-
http://www.nntp.perl.org/group/perl.perl5.porters/233486 — found via Mwmbl
Corrupt UTF8 Package names - nntp.perl.org
Corrupt UTF8 Package names There are some internal API's related to globnames and package names that will cause Perl to segfault if you feed them broken u…
-
https://github.com/socketio/engine.io/issues/315 — found via Mwmbl
Double encoding/decoding UTF8 · Issue #315 · socketio/engine.io …
It appears that engine.io is double-decoding (and double-encoding) UTF8 strings for polling clients. In particular, if polling clients specify any content…
-
http://www.nntp.perl.org/group/perl.perl5.porters/233490 — found via Mwmbl
Re: Corrupt UTF8 Package names - nntp.perl.org
Re: Corrupt UTF8 Package names demerphq wrote: > There are some internal API's related to globnames and package names > that will cause Perl to segfault i…
-
https://pypi.python.org/pypi/rfc5424-logging-handler/1.0.1 — found via Mwmbl
rfc5424-logging-handler · PyPI
Note the UTF8 Byte order mark (BOM) preceding the message. While required by `RFC 5424 section 6.4 <https://tools.ietf.org/html/rfc5424#section-6.4>`_ i…
-
https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/pull/25/files — found via Mwmbl
speed up utf8 DFA by travisdowns · Pull Request #25 · lemire/Cod…
The reason will be displayed to describe this comment to others. Learn more . Modern versions of Java and/or Maven can't compile Java 1.5 source any more,…
-
https://help.x64dbg.com/en/latest/introduction/Expression-functions.html — found via Mwmbl
Expression Functions — x64dbg documentation
The functions utf8 and utf16 can be used as inputs for other functions that take str arguments. The expression utf8(rax) does not return a number, so it c…
-
https://github.com/adamreisnz/replace-in-file/commit/0c465e850d42ca08ae5bf33d3c2631bf16905176 — found via Mwmbl
feat: utf8 encoding by default · adamreisnz/replace-in-file@0c46…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://bugs.swift.org/browse/SR-7602?focusedCommentId=35396&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel — found via Mwmbl
[SR-7602] UTF8 should be (one of) the fastest String encoding(s)…
I believe that there are really only one (and a half) encodings that matter today: UTF8 (and its subset ASCII). Therefore it's important that Swift's fas…