Skip to content

Commit ca1c721

Browse files
Merge pull request #4718 from MicrosoftDocs/main638597752015758686sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 31577d2 + 6847408 commit ca1c721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/design/globalizing/use-utf8-code-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As of Windows Version 1903 (May 2019 Update), you can use the ActiveCodePage pro
2121
You can declare the ActiveCodePage property, and target/run on earlier Windows builds, but you must handle legacy code page detection and conversion as usual. With a minimum target version of Windows Version 1903, the process code page will always be UTF-8, so legacy code page detection and conversion can be avoided.
2222

2323
> [!NOTE]
24-
> An encoded character takes between 1 and 4 bytes. UTF-8 encoding supports longer byte sequences, up to 6 bytes, but the biggest code point of Unicode 6.0 (U+10FFFF) only takes 4 bytes.
24+
> In UTF-8, an encoded character is represented by a sequence of 1 to 4 bytes. (See definition D92 in Chapter 3 of [The Unicode Standard](https://www.unicode.org/versions/latest/) for the formal specification.)
2525
2626
## Examples
2727

0 commit comments

Comments
 (0)