Closed felixdv closed 1 year ago
I updated it to convert the content to UTF-8 before attempting to extract a title and it seems to be working as of version 7.5.1. I tested it with iconv (GNU libiconv 1.11)
, which appears to come with macOS or the Xcode command line tools. @felixdv If you can, please me know if it's resolved on your end in nb
7.5.1.
@xwmx I have just tested it with nb 7.5.1 and awk version 20200816 and can confirm it is fixed. Thanks!
@felixdv Awesome. Thanks!
This is not so much a bug report on
nb
but rather, something I noticed while adding some urls with multibyte character content, in combination with using the MacOS-provided version of awk. Perhaps this can help someone else if they're running into the same issue.Trying to bookmark some urls gave me the following error:
This is with the MacOS-provided awk, which currently has the following version (on Ventura 13.3):
However, after installing the brew-provided version of awk and reloading my shell, I get a newer awk and the bookmark imports without a problem:
Tested on nb version 7.5.0