- From: c933103 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 26 Aug 2022 04:42:50 +0000
- To: public-css-archive@w3.org
> If 0x5C is a reverse solidus with EUC-JP, then it should be converted to U+005C and nothing else. > > In case of Shift-JIS, from what @litherum described it appears that Shift-JIS 0x0C is converted to U+005C, and then the webkit renders it as if it were U+00A5, leaving the backing store U+005C as is. Is my understanding correct? If so I think this is a good compromise like I mentioned. Ah if you mean what the spec of EUC JP said, then there is apparently no single standard, but one of the more referenced document from UI-OSF 日本語環境実装規約 from UI-OSF Japanese Localization Group in 1993 say it is necessary to support either "ISO 646 IRV (ASCII)" OR "JIS X 0201 Romaji 7 bit symbol". At the code point, ASCII is reverse solidus, while JIS X 0201 is Yen symbol. -- GitHub Notification of comment by c933103 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6848#issuecomment-1228046871 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 26 August 2022 04:42:52 UTC