Mingye Wang

Results 263 issues of Mingye Wang

If it was MS-DOS, we won't need this project for windows support at all since we got ANSI.SYS.

我在去 whatwg/encoding#27 划水的時候,使用 Google 搜尋了一下“”這個PUA字元,結果發現了 http://ytenx.org/dciangx/cjeng// 這裡。 由於 PUA 字元的臨時本質和 Unicode 字元屬性資料的缺失,建議還是套用我在[維基百科](https://zh.wikipedia.org/wiki/GB_18030#PUA)彙編的 PUA 對應,換成早在 Unicode 4.1 就有的這些正式字元。對於連結相容性,可以考慮假定請求路徑的 PUA 字元均為 GB 轉換所致,全文替換後正常處理。

Currently there's only one compiled catalog for Chinese.

enhancement

These descriptions are previously broken as some form of mojibake. I was not able to decode them properly with any Chinese encoding, so I rewrote them from English.

ed2k is a protocol that had quite some significance. Compared to torrent-info it has the advantage of identical files always yielding the same hash, since there's [nothing tweakable in it](https://en.wikipedia.org/wiki/Ed2k_URI_scheme#eD2k_hash_algorithm)....

I was thinking about making \*gasp\* an app to deal with location share links from Apple Map and friends, but then I realized I could probably do it in the...

One of the ways to cut down on the overhead of repeated compilation is to make a precompiled header. The current set up is basically ready: `boilerplate.h` is always included,...

unrar(1) gives a command syntax of: ``` unrar [- -] archive [files...] [path...] ``` Therefore, it's a bad idea to alway assume that the user is going to need RARs.

* ARGV is now an array. Should fix #32. * Quotes and stuff, also in generated code. * Not using `...` is a good idea because it effs up badly...