▲ | nikolayasdf123 4 days ago | |
interesting. so Go seem to be using unicode categories, which is part of unicode spec/standard. so it is fairly language agnostic. > IsPrint == .. categories L, M, N, P, S and the ASCII space character. how does that compare to this standard (RFC 9839)? (don't mind that this is Go. just consider same unicode categories). |