Skip to content

Commit 69ad7bc

Browse files
authored
Apply suggestions from code review
1 parent 32a08f7 commit 69ad7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/unicode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,9 +1553,9 @@ int main() {
15531553

15541554
|函数名称|||
15551555
|-|-|-|
1556-
|`from_utf( string,"GBK")`|UTF-8|GBK|
1556+
|`from_utf(string, "GBK")`|UTF-8|GBK|
15571557
|`from_utf(u16string,"GBK")`|UTF-16|GBK|
1558-
|`from_utf( u32string,"GBK")`|UTF-32|GBK|
1558+
|`from_utf(u32string, "GBK")`|UTF-32|GBK|
15591559
|`from_utf(wstring, "GBK")`|Linux 上 UTF-32;Win 上 UTF-16|GBK|
15601560
|`from_utf(string, "")`|UTF-8|区域设置|
15611561
|`from_utf(u16string, "")`|UTF-16|区域设置|

0 commit comments

Comments
 (0)