-
Notifications
You must be signed in to change notification settings - Fork 82
doc-enの差分を反映(1) #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc-enの差分を反映(1) #138
Conversation
| が空の文字列(<literal>""</literal>)以外に設定されているとき、 | ||
| <link xlink:href="&url.rfc;4180">RFC 4180</link> | ||
| に準拠しない CSV が生成されたり、PHP の CSV | ||
| 関数を介してラウンドトリップ(往復変換)でデータが壊れる可能性があります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここが翻訳に迷うところで、直訳すると「ラウンドトリップを生き残ることができない」。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
つまり、例えば「CSVをPHPのcsv関数(fgetcsvとかstr_getcsvとか)で読み込んで、fputcsvとかで書き込んだときの内容が保証されない」という意味ですよね。round tripは往復の旅行ですから、それをCSVのデータに例えているということですかね。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そういうことです
| 簡単に習得することができます。この言語は、動的に生成されるウェブページを | ||
| Web 開発者が速やかに作成できるようにすることを主な目標として | ||
| つくられました。しかし、それだけにとどまらず、 | ||
| もっと多くのことを PHP を使って行うことができます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻訳は変更なし
eabdf7b to
f2e751e
Compare
|
ビルドが失敗しているように見えるのは php/doc-en@4cb53ec が影響してそうに見えるので別ブランチで作業を進めます |
youkidearitai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ラウンドトリップの件で特になければ、おいおいマージさせていただきます。
以下のコミットの変更に追従しました