zeithaste / cursorCharCode

VS Code extension. Shows the Unicode code point value for the character under the cursor in status bar.
Other
17 stars 5 forks source link

The external url unicode-table should be changed - or make it customizable #14

Closed leonbloy closed 6 months ago

leonbloy commented 6 months ago

unicode-table.com redirects to https://symbl.cc/ which has some issues (ads, custom font with missing glyphs...)

I think it would be bettter to direct to https://codepoints.net/U+xxxx , or make it customizable

zeithaste commented 6 months ago

I agree that symbl's interface is rather ugly, and ad-ridden. As for codepoints.net, I consider it too cluttered for my taste.

I'll change the URL to https://www.compart.com/en/unicode/U+xxxx - this one is the most neutral-looking I've found.

zeithaste commented 6 months ago

The link update has been published on the marketplace.