[datatable-help] Merging strings claim that the encodings don't match

Matt Dowle mdowle at mdowle.plus.com
Mon Feb 17 23:39:11 CET 2014


Think you may have ended up with some strings internally marked ASCII by 
R,  which Encoding() returns as "unknown".  That shouldn't be a problem 
and they should join fine.   I've change the new warning in v1.8.11 so 
if it was that, it should be ok now (commit 1153), please confirm.

Matt

On 13/02/14 16:05, caneff at gmail.com wrote:
> I have a master DT. I aggregate it in one way, and aggregate it in 
> another with a common key between them.   When I  try to merge these 
> two, it says that the key does not have the same encoding on both 
> sides.  If I call Encoding() on each of the keys, they both are listed 
> as "unknown", so from what I can see they still look the same.
>
> I can't create a safe to share reproducible case unfortunately, the 
> simple ones I've tried all work.  If you can give more advice on how 
> to debug maybe I can.
>
> This is using the latest devel version. I did not have this issue i 1.8.10
>
>
> _______________________________________________
> datatable-help mailing list
> datatable-help at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20140217/b6b57669/attachment.html>


More information about the datatable-help mailing list