|
08:42
sivoais left
11:02
finanalyst joined
11:14
finanalyst left
|
|||
| lizmat | this feels LTA: | 12:00 | |
| m: 56792.chr | |||
| camelia | ( no output ) | ||
| lizmat | m: say 56792.chr | ||
| camelia | Error encoding UTF-8 string: could not encode Unicode Surrogate codepoint 56792 (0xDDD8) in block <unit> at <tmp> line 1 |
||
| lizmat | ShimmerFairy ^^ | 12:01 | |
| it's nqp::encoderepconf() throwing in Encoding::Encoder::Builtin.encode-chars | 12:02 | ||
| timo | really depends on whether we want Str in NFG to be able to hold a lone surrogate codepoint or not | 13:33 | |
| it makes sense that it explodes when trying to encode it to a buf in order to print it out | 13:34 | ||
| m: 56792.chr.encode("utf8-c8").say | |||
| camelia | Error encoding UTF-8 string: could not encode Unicode Surrogate codepoint 56792 (0xDDD8) in block <unit> at <tmp> line 1 |
||
| timo | i guess that's not how you get that out of there huh | ||
| gist.github.com/milseman/c22a0413d...07e3ee7c8b - surely interesting to cross-reference | 13:40 | ||
| [Coke] | m: 56792.chr.NFKD.say | 13:45 | |
| camelia | NFKD:0x<ddd8> | ||
|
16:32
sivoais joined
16:48
[Coke]_ joined
16:51
[Coke] left
|
|||