Skip to content

Update wcstombs-wcstombs-l.md - #4478

Merged
Tyler Whitney (TylerMSFT) merged 3 commits into
MicrosoftDocs:mainfrom
fjh1997:patch-1
Mar 27, 2023
Merged

Tyler Whitney (TylerMSFT) merged 3 commits into
MicrosoftDocs:mainfrom
fjh1997:patch-1

Conversation

@fjh1997

Copy link
Copy Markdown
Contributor

Starting in Windows 10 version 1803 (10.0.17134.0), the Universal C Runtime supports using a UTF-8 code page. Two bytes for every wide character may not be enough,best to use wcstombs (NULL, wcstr, 0) to get the size correctly.

Starting in Windows 10 version 1803 (10.0.17134.0), the Universal C Runtime supports using a UTF-8 code page. Two bytes for every wide character may not be enough,best to use wcstombs (NULL, wcstr, 0) to get the size correctly.
@prmerger-automator

Copy link
Copy Markdown
Contributor

Jihan Fu (@fjh1997) : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 746039d:

✅ Validation status: passed

File Status Preview URL Details
docs/c-runtime-library/reference/wcstombs-wcstombs-l.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@Court72

Copy link
Copy Markdown
Contributor

Tyler Whitney (@TylerMSFT)

Can you review the proposed changes?

When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged Tracking label for the PR review team label Mar 23, 2023
Add code escape, fix formatting of the function call, etc.

@TylerMSFT Tyler Whitney (TylerMSFT) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Jihan Fu (@fjh1997), for contributing to the docs!

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1e7ebf2:

✅ Validation status: passed

File Status Preview URL Details
docs/c-runtime-library/reference/wcstombs-wcstombs-l.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Added link for more info about UTF-8
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 680a576:

✅ Validation status: passed

File Status Preview URL Details
docs/c-runtime-library/reference/wcstombs-wcstombs-l.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@TylerMSFT

Copy link
Copy Markdown
Collaborator

#sign-off

@TylerMSFT
Tyler Whitney (TylerMSFT) merged commit 2fc6b04 into MicrosoftDocs:main Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants