Jungshik Shin

Results 46 comments of Jungshik Shin

I haven't tried ChromaCheck, but I have a related issue. When I tested https://pixelambacht.nl/demo/color-font-test.html, I was very surprised to find that none of Chrome-Linux, Chrome/Chromium OS and Chrome-Android works for...

@RoelN Thanks. Curiously, Chrome 51.0.2704.7 dev on Linux works well with both your new test (chromacheck/) and the original one (with 4 check in a circle) for CBDT/CBLC. My trunk...

@RoeIN, thank you for the pointer to khaledhosny/ots#52 (I've seen it before, but forgot). Anyway, that's different from what I have a trouble with my hacked sbix fonts (with and...

@RoelN Thanks ! My '2-char-only FruityGirl' with sbix (instead of CBDT/CBLC) was uploaded to khaledhosny/ots#108. "-b flag on ttx" (in #23 (comment)) might help, but haven't tried it yet.

Thank you for taking a look ! @RoelN > The originOffsetY="32" > In Chrome on Linux with FreeType, that's exactly what I need to get it positioned correctly. Moreover, my...

> 'Europe/Ljubljana', 'Europe/Podgorica', 'Europe/Sarajevo', 'Europe/Skopje', and 'Europe/Zagreb' to 'Europe/Belgrade' Thanks a lot for alerting me about those entries and references to TZ mailing list threads on the topic. A similar...

> IIUC, Firefox now uses ICU too, but did ICU ever end up taking this into account and start using the backzone file? I think Firefox still uses a rather...

The repro step is as following: ``` new Intl.DateTimeFormat("en", {timeZone:"Asia/Chongqing"}).resolvedOptions().timeZone ``` "Asia/Chongqing" : Firefox "Asia/Shanghai" : Chrome

Without underlying zoneinfo files supporting the historical difference between Asia/Chongqing and Asia/Shanghai, I think it's all but pointless to treat them as separate zones. Below is what Firefox does with...

@anba, thank you for the summary as well as the reminder about 'Z' in Date ctor that I forgot. I also forgot what I wrote about {Asia/Phnom_Penh and Asia/Vientiane} vs...