Added about SJIS and Unicode conversion map in PHP 8.1#40
Open
zonuexe wants to merge 1 commit intophp:masterfrom
Open
Added about SJIS and Unicode conversion map in PHP 8.1#40zonuexe wants to merge 1 commit intophp:masterfrom
zonuexe wants to merge 1 commit intophp:masterfrom
Conversation
zonuexe
commented
Apr 5, 2022
| <entry>8.1.0</entry> | ||
| <entry> | ||
| SJISの<emphasis>\</emphasis>(<literal>\x5C</literal>) と <emphasis>~</emphasis>(<literal>\x7E</literal>) が | ||
| <emphasis>¥</emphasis>(<literal>\u{00A5}</literal>) と <emphasis>‾</emphasis>(<literal>\u{203E}</literal>) に |
Contributor
Author
There was a problem hiding this comment.
文字コードの表記方法は https://www.php.net/manual/language.types.string.php に従いました。前者はバイト、後者はUnicodeのコードポイントに基いているため表記が異なります。
Member
|
「既に変更されてしまっている BC Break をドキュメント化する」という目的であれば、本件の変更は良さそうに見えます。 ただ、php-src 側の議論はまだ続いているようですし、 @zonuexe も still working と述べていることから、状況の推移を見守ることにします。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is based on discussions in php/php-src#8281 (comment), so I'm still working on it.
Since this issue is related to Japanese, I am submitting a proposal in doc-ja before doc-en.
And my English is poor, so I made a draft in Japanese first.