File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ namespace clix {
34
34
// / <remarks>
35
35
// / This is the default encoding you've most likely been using all around in C++. ANSI
36
36
// / means 8 Bit encoding with character codes depending on the system's selected code page.
37
- // / <remarks>
37
+ // / </ remarks>
38
38
E_ANSI,
39
39
40
40
// / <summary>UTF-8 encoding</summary>
@@ -43,7 +43,7 @@ namespace clix {
43
43
// / (0-127) will be represented as single bytes. Be aware that UTF-8 uses more than one
44
44
// / byte for extended characters, so std::string::length() might not reflect the actual
45
45
// / length of the string in characters if it contains any non-ASCII characters.
46
- // / <remarks>
46
+ // / </ remarks>
47
47
E_UTF8,
48
48
49
49
// / <summary>UTF-16 encoding</summary>
You can’t perform that action at this time.
0 commit comments