SShortSingh.
Back to feed

Study finds Japanese typography broken on 5 major global brand websites due to font errors

0
·13 views

A developer scanned the Japanese-language pages of 146 websites — including 109 global brands — using a custom tool and found widespread typography rendering issues. The core problem stems from a Unicode design decision that assigns identical code points to characters used differently in Japanese and Chinese, leaving visual rendering dependent on whichever font loads first. Five global brands were found to be displaying Japanese text using Chinese glyph shapes for every visitor, due to Chinese fonts like Microsoft YaHei or PingFang SC being declared ahead of any Japanese font in their CSS. Notably, in three of those five cases, the problematic font stack was not in the companies' own stylesheets but embedded inside third-party tools such as cookie-consent banners and live-chat widgets. The audit, conducted on 18 August 2026, highlights how outsourced front-end components can silently undermine localisation efforts without site owners being aware.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds FinderBack to Add Navigation Shortcuts to macOS Finder Menu

A developer has released FinderBack, a small open-source utility for macOS that adds Back and Forward navigation options to Finder's right-click context menu. The tool was created to eliminate the repetitive need to move the cursor up to the toolbar for basic navigation. Users can right-click anywhere within Finder to access the navigation commands directly. FinderBack is available both as source code on GitHub and as a ready-to-install build via the project's website.

0
ProgrammingDEV Community ·

Attic: Open-Source Tool Lets AI Coding Assistants Retain Knowledge Across Sessions

A developer has released Attic, an open-source knowledge persistence tool designed for AI coding assistants like Claude Code and Codex CLI. The tool addresses a recurring inefficiency where AI agents repeat the same investigative steps across separate sessions because prior discoveries are lost when a session ends. Attic works by writing findings to a file and maintaining a small index, allowing assistants to retrieve relevant knowledge without reloading entire histories into context. The project, available on GitHub, has also added browser-based saving so users can capture insights outside their coding environment. The goal is to preserve not just bug fixes but the reasoning behind them, including architectural decisions, failed approaches, and undocumented code behaviour.

0
ProgrammingHacker News ·

Insufficient content to generate a reliable headline

The source material provided does not contain enough factual information to produce an accurate and neutral summary. Only a GitHub repository URL and Hacker News metadata were supplied, with no descriptive text about the project. Fabricating details about 'hister' would violate editorial accuracy standards. Please provide the full article text or repository description for proper coverage.

0
ProgrammingHacker News ·

Developer Builds AIM-Style Buddy List to Track Claude and Codex API Rate Limits

A developer has created a nostalgic project called 'Die With Me' that displays AI API usage limits as AIM-style away messages. The tool visualizes rate limit and token usage data for Claude and OpenAI's Codex in the format of the classic AOL Instant Messenger buddy list. The creator was motivated by a desire to bring back the casual, social feel of early internet culture. The project was shared on Hacker News, where it received early feedback from the community.