Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
14a04aaf
Commit
14a04aaf
authored
10 months ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Small opt
parent
b39a0be4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcommon/llstring.cpp
+1
-1
1 addition, 1 deletion
indra/llcommon/llstring.cpp
indra/llcommon/llstring.h
+1
-1
1 addition, 1 deletion
indra/llcommon/llstring.h
with
2 additions
and
2 deletions
indra/llcommon/llstring.cpp
+
1
−
1
View file @
14a04aaf
...
@@ -716,7 +716,7 @@ std::string utf8str_removeCRLF(const std::string& utf8str)
...
@@ -716,7 +716,7 @@ std::string utf8str_removeCRLF(const std::string& utf8str)
return
out
;
return
out
;
}
}
llwchar
utf8str_to_wchar
(
const
std
::
string
&
utf8str
,
size_t
offset
,
size_t
length
)
llwchar
utf8str_to_wchar
(
std
::
string
_view
utf8str
,
size_t
offset
,
size_t
length
)
{
{
switch
(
length
)
switch
(
length
)
{
{
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/llstring.h
+
1
−
1
View file @
14a04aaf
...
@@ -777,7 +777,7 @@ LL_COMMON_API std::string mbcsstring_makeASCII(const std::string& str);
...
@@ -777,7 +777,7 @@ LL_COMMON_API std::string mbcsstring_makeASCII(const std::string& str);
LL_COMMON_API
std
::
string
utf8str_removeCRLF
(
const
std
::
string
&
utf8str
);
LL_COMMON_API
std
::
string
utf8str_removeCRLF
(
const
std
::
string
&
utf8str
);
LL_COMMON_API
llwchar
utf8str_to_wchar
(
const
std
::
string
&
utf8str
,
size_t
offset
,
size_t
length
);
LL_COMMON_API
llwchar
utf8str_to_wchar
(
std
::
string
_view
utf8str
,
size_t
offset
,
size_t
length
);
LL_COMMON_API
std
::
string
utf8str_showBytesUTF8
(
const
std
::
string
&
utf8str
);
LL_COMMON_API
std
::
string
utf8str_showBytesUTF8
(
const
std
::
string
&
utf8str
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment