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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

‮LTR

17 点作者 zhoutong超过 12 年前

6 条评论

zhoutong超过 12 年前
I entered the title by copying & paste from my iPad. It seems that the Unicode character was carried over. Interesting!
cpg超过 12 年前
Funny! And coool trick. Wonder how long does it take for others to start hacking titles with that trick :)<p>Just for content: It's remarkable how some things like these are not tested routinely, since it's hard to tell for non-native speakers to find issues!
zokier超过 12 年前
I feel like there should have been a better solution to RTL/LTR annotation. Stuff like this makes me wish that there would be some well-defined subset of Unicode which would be less pita to handle.
sjmulder超过 12 年前
If you inspect the title of the comic with Firebug it shows up as:<p><pre><code> &#60;div id="ctitle"&#62;&#60;vid/&#62;RTL </code></pre> Fun stuff.
anvandare超过 12 年前
<p><pre><code> &#60;style&#62; * { text-replace: "\202e" ""; } &#60;/style&#62; </code></pre> Well, I <i>think</i> that would work, anyway.
duiker101超过 12 年前
Nice way to draw attention, I was like "wtf...". Nice!