TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zero width or invisible ASCII in Unicode?

1 点作者 daly超过 2 年前
Would it be possible to create &quot;invisible ascii&quot; characters as part of unicode?<p>Such characters would be useful for hiding URL text, for example.

3 条评论

DemocracyFTW2超过 2 年前
There&#x27;s something similar, Unicode tags <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Tags_(Unicode_block)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Tags_(Unicode_block)</a>:<p><i>Tags is a Unicode block containing formatting tag characters. The block is designed to mirror ASCII. It was originally intended for language tags, but has now been repurposed as emoji modifiers, specifically for region flags.</i>
navjack27超过 2 年前
Let&#x27;s try something using some text from a scratchpad of notes I keep in VSCODE.<p><pre><code> find and replace: ; to &quot;&quot; &gt; to &gt;&quot; &lt; to &quot;&lt;  &gt;&quot;  to  &gt;   &quot;&lt; to  &lt; get rid of the &quot; at the start of the document and at the end too then use format document with &gt; XML  - unit separator  - record separator  - group separator  - file separator</code></pre>
daly超过 2 年前
I encoded ascii using morse code with a dot becoming a space and a dash becoming a tab. I wrapped the whole thing with a trivial C program to encode&#x2F;decode.<p>The end result was &quot;Hello, World&quot; in C but completely invisible. That made it possible to include code that no-one can see but will still be compiled.
评论 #32622010 未加载