<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ibus-libpinyin.git/data, branch export-bigram</title>
<subtitle>mirror of ibus-libpinyin.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/'/>
<entry>
<title>Update com.github.libpinyin.ibus-libpinyin.gschema.xml</title>
<updated>2024-07-30T04:45:52+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2024-07-30T04:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=a8b13a41315360238b459021a6a3c0de12af68cb'/>
<id>a8b13a41315360238b459021a6a3c0de12af68cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update opencc-config to use s2tw.json</title>
<updated>2024-05-27T04:12:21+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2024-05-27T04:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=f6c0271964fb821c800ef1a5c452dedc0c48b679'/>
<id>f6c0271964fb821c800ef1a5c452dedc0c48b679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update libpinyin.appdata.xml</title>
<updated>2023-09-26T03:14:35+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2023-09-26T03:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=fbeefffb66a88dc95902f3683e62e5c6e39e6ce5'/>
<id>fbeefffb66a88dc95902f3683e62e5c6e39e6ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update network.txt again</title>
<updated>2023-08-28T01:32:08+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2023-08-28T01:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=14f03c819a8daf82a0e09caadf69930b6d9bb803'/>
<id>14f03c819a8daf82a0e09caadf69930b6d9bb803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update network.txt</title>
<updated>2023-08-24T06:32:39+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2023-08-24T06:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=0f1a5b62493f115c36f63571763835818343d5a0'/>
<id>0f1a5b62493f115c36f63571763835818343d5a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update english.awk</title>
<updated>2023-03-06T05:57:00+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2023-03-06T05:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=50ecf33a932a93e3432e8359bbc15ff21f89266a'/>
<id>50ecf33a932a93e3432e8359bbc15ff21f89266a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix awk scripts to work properly when used againts sqlite 3.41.0</title>
<updated>2023-02-27T02:33:15+00:00</updated>
<author>
<name>Dominique Leuenberger</name>
<email>dimstar@opensuse.org</email>
</author>
<published>2023-02-24T12:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=96042887815b4700c7cafa64cf88942af438ea98'/>
<id>96042887815b4700c7cafa64cf88942af438ea98</id>
<content type='text'>
The SQL standard requires double-quotes around identifiers and
single-quotes around string literals. For example:

    "this is a legal SQL column name"
    'this is an SQL string literal'

With sqlite 3.41.0, this is being enforced on the CLI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SQL standard requires double-quotes around identifiers and
single-quotes around string literals. For example:

    "this is a legal SQL column name"
    'this is an SQL string literal'

With sqlite 3.41.0, this is being enforced on the CLI
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate create_valid_hanzi.py to python 3</title>
<updated>2022-08-10T06:12:52+00:00</updated>
<author>
<name>Zhangyuan Nie</name>
<email>yuan@znie.org</email>
</author>
<published>2022-08-05T07:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=fa548f562a97a4662c5910bb98b75eb3e3334e2e'/>
<id>fa548f562a97a4662c5910bb98b75eb3e3334e2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update strokes</title>
<updated>2022-06-23T02:01:03+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2022-06-23T02:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=c1ff04dea4889988a44cd19b08b49594b3601302'/>
<id>c1ff04dea4889988a44cd19b08b49594b3601302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update strokes</title>
<updated>2022-06-13T01:35:29+00:00</updated>
<author>
<name>Peng Wu</name>
<email>alexepico@gmail.com</email>
</author>
<published>2022-06-13T01:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pwu/public_git/ibus-libpinyin.git/commit/?id=9c97823ace101bf1b72b848e3c3d317c1fb162be'/>
<id>9c97823ace101bf1b72b848e3c3d317c1fb162be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
