Haozhun Jin

Results 8 issues of Haozhun Jin

I understand that this is not something that Joda can provide because Joda cannot depend on `java.time`. I'm writing this issue for two reasons: 1. I would like comments from...

RFE
Java8
v3

### Key information - Joda-Time version: 2.9.5 or later (data upgraded from 2016d to 2016i in 2.9.5) - Java version: 8u112 or earlier (data upgrade from 2016f to 2016i in...

RFE

Related to #17. Fixes the infinite loops. - Before fix, `A\uD800` causes infinite loop. Now, it will fail loudly, as expected. - Before fix, `\uD800\uDC00` causes infinite loop. Now, it...

When a character is less than or equal to single byte size (0xff), yet it takes more than 1 byte in the current encoding, the case folding code incorrectly put...

In #7, @electrum identified a location that can cause inifinite loop in JONI. It is marked as won't fix because input can be sanitized beforehand and JONI assumes that the...

Joni interprets `[\w-#]` as `[ !"#0-9A-Z_a-z]` in both default syntax and Java syntax. Java Pattern interprets it as `[-0-9A-Z_a-z]`. An addition question: in general, is it considered a bug if...

Try browsing http://nodemanual.org/latest/nodejs_ref_guide/http.html in FireFox (This page is just an example. The problem exists on all pages.) When scrolling down, section titles should pin to the top of the page...