<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://wiki.xdi8.top/index.php?action=history&amp;feed=atom&amp;title=Talk%3A%E5%B8%8CU%E8%AF%AD</id>
	<title>Talk:希U语 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xdi8.top/index.php?action=history&amp;feed=atom&amp;title=Talk%3A%E5%B8%8CU%E8%AF%AD"/>
	<link rel="alternate" type="text/html" href="https://wiki.xdi8.top/index.php?title=Talk:%E5%B8%8CU%E8%AF%AD&amp;action=history"/>
	<updated>2026-04-16T17:09:36Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.xdi8.top/index.php?title=Talk:%E5%B8%8CU%E8%AF%AD&amp;diff=36858&amp;oldid=prev</id>
		<title>ColorfulGalaxy：​Encode with C++</title>
		<link rel="alternate" type="text/html" href="https://wiki.xdi8.top/index.php?title=Talk:%E5%B8%8CU%E8%AF%AD&amp;diff=36858&amp;oldid=prev"/>
		<updated>2025-01-15T09:23:04Z</updated>

		<summary type="html">&lt;p&gt;Encode with C++&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Open source program ==&lt;br /&gt;
[http://tio.run/#cpp-clang/ This website] uses UTF-8. You can test the encoder there. [[User:ColorfulGalaxy|ColorfulGalaxy]]（[[User talk:ColorfulGalaxy|留言]]） 2025年1月15日 (三) 17:22 (CST)&lt;br /&gt;
&amp;lt;pre&amp;gt;#include &amp;lt;cstdio&amp;gt;&lt;br /&gt;
unsigned char c;&lt;br /&gt;
int high[16]={(0xe032,0xe031),0xe033,0xe034,(0xe036,0xe035),0xe037,0xe039,(0xe03b,0xe03a),0xe03c,(0xe066,0xe03d),0xe03e,0xe03f,0xe060,(0xe062,0xe061),(0xe064,0xe063),0xe065,0xe06d};&lt;br /&gt;
int low[16]={0xe06f,0xe090,0xe091,0xe092,0xe093,0xe094,0xe095,0xe096,0xe097,0xe098,0xe099,0xe09a,0xe09b,0xe09c,0xe09d,57589};&lt;br /&gt;
int main(){&lt;br /&gt;
 while(c=getchar()){&lt;br /&gt;
  printf(&amp;quot;%c%c%d;%c%c%d;&amp;quot;,38,35,high[c/16%16],38,35,low[c%16]);&lt;br /&gt;
 }&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>ColorfulGalaxy</name></author>
	</entry>
</feed>