Page MenuHomePhabricator

clark.woo.12 (Clark Woo)
Disabled

Projects

User does not belong to any projects.

User Details

User Since
Oct 21 2014, 11:40 AM (496 w, 1 d)
Roles
Disabled

Recent Activity

Oct 3 2017

clark.woo.12 added a comment to T12974: Upgrading: "Ferret" Fulltext Engine.

@epriestley
After i upgraded my application to the newest version,which swap the search engine to ‘Ferret’,I reindexed several times,but I can not get any result.These is my version information:
phabricator33756bcf1d70ea5579dff1ab276bbe660d10494c (Tue, Oct 3) (branched from f9110b87abf337dd1e7714d755775e53cffd4db9 on origin)arcanist0a7f403333fe9082b39bd007b9d5f9e765c8b9ce (Tue, Oct 3) (branched from c804c5026011f27614a7bbdb2bb32cab590d68ca on origin)phutilb400c6b04bb247a3e0f1941390bc450f36ac2ccd (Tue, Oct 3) (branched from 9f9c33797a3ebbf1c4dcaa474a0c4e0b32d5396a on origin)diff2.8.1 at /usr/bin/diffgit1.7.1 at /usr/bin/githgNot Availablepygmentize2.0.2 at /usr/bin/pygmentizesvn1.6.11 at /usr/bin/svn

Oct 3 2017, 10:15 AM · Installing & Upgrading, Search
clark.woo.12 added a comment to T12974: Upgrading: "Ferret" Fulltext Engine.
Oct 3 2017, 10:14 AM · Installing & Upgrading, Search

Mar 10 2016

clark.woo.12 added a comment to T5955: Refactor Conduit auth to be stateless, token-based, and support wire encodings.

How can i use DiffusionBrowseController.php to brow my files with non-latin character names correctly?

Mar 10 2016, 3:01 PM · Restricted Project, Auth, Conduit
clark.woo.12 updated the task description for T10557: callConduitWithDiffusionRequest failed with non-latin characters parameters.
Mar 10 2016, 2:54 PM · Bug Report
clark.woo.12 created T10557: callConduitWithDiffusionRequest failed with non-latin characters parameters.
Mar 10 2016, 2:50 PM · Bug Report

Mar 9 2016

clark.woo.12 added a comment to T8747: "Path Does Not Exist" error caused by not standard characters.

i ran into the same problem

Mar 9 2016, 9:18 AM · Diffusion

Nov 8 2015

clark.woo.12 renamed T7116: differential final diff shows "This file uses an unknown character encoding" from differential final diff shows "This file uses an unknow character encoding" to differential final diff shows "This file uses an unknown character encoding".
Nov 8 2015, 11:57 AM · Differential

Feb 13 2015

clark.woo.12 closed T7116: differential final diff shows "This file uses an unknown character encoding" as Resolved.
Feb 13 2015, 12:08 AM · Differential

Feb 12 2015

clark.woo.12 added a comment to T7116: differential final diff shows "This file uses an unknown character encoding".

Partially resolved,I changed line197 in PhabricatorLiskDAO.php.I added "EUC-CN"(php 5.3.3) in the first place in "try_encodings" array.
When the daemon generateFinalDiff,it converted the data from "GBK" to “UTF-8”.
line 180:phutil_is_utf8($string) ? 'utf8' : null;
changed to
line 180:phutil_is_utf8($string) ? 'utf8' : 'gbk';

Feb 12 2015, 9:57 AM · Differential

Feb 10 2015

clark.woo.12 added a parent task for T4045: Store diffs as binary, not UTF-8: T7116: differential final diff shows "This file uses an unknown character encoding".
Feb 10 2015, 10:22 AM · Restricted Project, Support Impact, Differential
clark.woo.12 added a subtask for T7116: differential final diff shows "This file uses an unknown character encoding": T4045: Store diffs as binary, not UTF-8.
Feb 10 2015, 10:22 AM · Differential
clark.woo.12 added a comment to T7116: differential final diff shows "This file uses an unknown character encoding".

I think this problem is that:I used to write my code in eclipse,the workspace properties "Text file encoding" was seted as "GBK".
I seted "Diffusion"->"Edit Repository"->"Text Encoding","GBK",my code shows normal in Diffusion,but it shows abnormal in Differential's final diff.
Maybe,i need convert the code to "GBK" in Differential's final diff.

Feb 10 2015, 10:01 AM · Differential

Feb 3 2015

clark.woo.12 reassigned T7116: differential final diff shows "This file uses an unknown character encoding" from clark.woo.12 to epriestley.
Feb 3 2015, 4:02 AM · Differential
clark.woo.12 added a comment to T7116: differential final diff shows "This file uses an unknown character encoding".

img1.png (621×1 px, 50 KB)

Feb 3 2015, 3:32 AM · Differential
clark.woo.12 created T7116: differential final diff shows "This file uses an unknown character encoding".
Feb 3 2015, 3:30 AM · Differential